Enable Catalan translation (fixes #217)

This commit is contained in:
schlagmichdoch 2023-12-13 17:33:02 +01:00
parent 211328c2f7
commit 9b8d824bfc
3 changed files with 7 additions and 1 deletions

View file

@ -1,7 +1,7 @@
class Localization {
constructor() {
Localization.defaultLocale = "en";
Localization.supportedLocales = ["ar", "de", "en", "es", "fr", "id", "it", "ja", "nb", "nl", "ro", "ru", "tr", "zh-CN","pt-BR"];
Localization.supportedLocales = ["ar", "ca", "de", "en", "es", "fr", "id", "it", "ja", "nb", "nl", "pt-BR", "ro", "ru", "tr", "zh-CN"];
Localization.supportedLocalesRtl = ["ar"];
Localization.translations = {};