]> git.proxmox.com Git - mirror_novnc.git/blobdiff - app/ui.js
Add Chinese (Traditional) translation
[mirror_novnc.git] / app / ui.js
index ead08e545a3899a5c393da70a075813fb941cabd..0991c708ea41006880912a86a0d5ff63a086886f 100644 (file)
--- a/app/ui.js
+++ b/app/ui.js
@@ -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) {