forked from MapComplete/MapComplete
Ignore special in script
This commit is contained in:
parent
853e8dcb3c
commit
4fcea3afea
1 changed files with 3 additions and 0 deletions
|
@ -342,6 +342,9 @@ function isTranslation(tr: any): boolean {
|
||||||
if (tr["#"] === "no-translations") {
|
if (tr["#"] === "no-translations") {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
if (tr["special"]) {
|
||||||
|
return false
|
||||||
|
}
|
||||||
for (const key in tr) {
|
for (const key in tr) {
|
||||||
if (typeof tr[key] !== "string") {
|
if (typeof tr[key] !== "string") {
|
||||||
return false
|
return false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue