feat: Updates on language elements (#916)

* Fix "Timers cannot be stopped from another thread" during shutdown

* Fix Language settings typo and add sorting

* Additional DE Translations

* Sort DE language file to compare with POEditor version

* Merge DE translation from git with POEditor one
This commit is contained in:
LordGrey
2020-08-03 09:52:26 +02:00
committed by GitHub
parent b7a9a10223
commit 11d7614591
3 changed files with 866 additions and 862 deletions

View File

@@ -25,6 +25,7 @@
for (var i = 0; i < availLang.length; i++)
lang.push($.i18n('general_speech_' + availLang[i]));
lang.sort();
for (key in libs)
libh += '<a href="' + libs[key] + '" target="_blank">' + key + '</a>, ';
libh += "<br/>" + $.i18n("about_credits");