[pve-devel] [PATCH] add traditional Chinese to language map
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Jun 5 07:49:23 CEST 2018
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
Utils.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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',
--
2.17.1
More information about the pve-devel
mailing list