forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
d7004cd3dc
93 changed files with 2670 additions and 828 deletions
|
@ -70,6 +70,9 @@ export class Translation extends BaseUIElement {
|
|||
if (translationsKey === "#") {
|
||||
continue;
|
||||
}
|
||||
if(!this.translations.hasOwnProperty(translationsKey)){
|
||||
continue
|
||||
}
|
||||
langs.push(translationsKey)
|
||||
}
|
||||
return langs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue