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") {
|
||||
return false
|
||||
}
|
||||
if (tr["special"]) {
|
||||
return false
|
||||
}
|
||||
for (const key in tr) {
|
||||
if (typeof tr[key] !== "string") {
|
||||
return false
|
||||
|
|
Loading…
Reference in a new issue