Add Chinese (Traditional) translation

This commit is contained in:
Peter Dave Hello
2018-01-10 00:50:36 +08:00
parent 37c609359a
commit 03d829f170
4 changed files with 356 additions and 2 deletions
+1 -1
View File
@@ -1651,7 +1651,7 @@ var UI = {
};
// Set up translations
var LINGUAS = ["de", "el", "nl", "pl", "sv"];
var LINGUAS = ["de", "el", "nl", "pl", "sv", "zh"];
l10n.setup(LINGUAS);
if (l10n.language !== "en" && l10n.dictionary === undefined) {
WebUtil.fetchJSON('app/locale/' + l10n.language + '.json', function (translations) {