]> git.proxmox.com Git - proxmox-widget-toolkit.git/commitdiff
add traditional Chinese to language map
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 5 Jun 2018 05:49:23 +0000 (07:49 +0200)
committerDominik Csapak <d.csapak@proxmox.com>
Thu, 7 Jun 2018 07:46:24 +0000 (09:46 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Utils.js

index 9f98a1156453d6aa890ebcb255b5213fa94ea74c..7a4c1d63b81fea10313a903400774575d90b6e30 100644 (file)
--- a/Utils.js
+++ b/Utils.js
@@ -57,7 +57,8 @@ Ext.define('Proxmox.Utils', { utilities: {
     groupText: gettext('Group'),
 
     language_map: {
-       zh_CN: 'Chinese',
+       zh_CN: 'Chinese (Simplified)',
+       zh_TW: 'Chinese (Traditional)',
        ca: 'Catalan',
        da: 'Danish',
        en: 'English',