Merge branch 'cbayer-add-german-translation-file' into 'master'

wired german translation file

See merge request gridtracker.org/gridtracker!274

If this is changing anything in the UI or operational behavior, please prepare to update the wiki!
merge-requests/237/merge v1.23.0326
T Loomis 2023-03-28 00:49:15 +00:00
commit 80d9c0e31c
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,8 @@
let languages = {
en: "i18n/en.json",
cn: "i18n/cn.json",
cnt: "i18n/cn-t.json"
cnt: "i18n/cn-t.json",
de: "i18n/de.json"
};
function loadi18n()