mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
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:
@@ -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");
|
||||
|
Reference in New Issue
Block a user