Enable Hungarian, Polish, and Traditional Chinese Translations

This commit is contained in:
schlagmichdoch 2024-04-18 16:16:36 +02:00
parent 05827b12ca
commit c8484ab104
3 changed files with 21 additions and 3 deletions

View file

@ -3,7 +3,7 @@ class Localization {
Localization.$htmlRoot = document.querySelector('html');
Localization.defaultLocale = "en";
Localization.supportedLocales = ["ar", "ca", "de", "en", "es", "fr", "id", "it", "ja", "kn", "nb", "nl", "pt-BR", "ro", "ru", "tr", "zh-CN"];
Localization.supportedLocales = ["ar", "ca", "de", "en", "es", "fr", "hu", "id", "it", "ja", "kn", "nb", "nl", "pl", "pt-BR", "ro", "ru", "tr", "zh-CN", "zh-TW"];
Localization.supportedLocalesRtl = ["ar"];
Localization.translations = {};