From: Thomas Lamprecht Date: Tue, 5 Jun 2018 05:49:23 +0000 (+0200) Subject: add traditional Chinese to language map X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0247a07a1e473ab898b404a7ec94585beff6894a;p=proxmox-widget-toolkit.git add traditional Chinese to language map Signed-off-by: Thomas Lamprecht --- diff --git a/Utils.js b/Utils.js index 9f98a11..7a4c1d6 100644 --- 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',