summaryrefslogtreecommitdiffstats
path: root/client/components/main
diff options
context:
space:
mode:
authorWill 保哥 <doggy.huang@gmail.com>2020-04-06 18:16:17 +0800
committerGitHub <noreply@github.com>2020-04-06 18:16:17 +0800
commitb849d4c2ba088554a68d00b87afc249a1d3fa180 (patch)
tree444f2f6724a869bd3bb9a884f34a5e81d9e02562 /client/components/main
parentdb9c895da8048a0c8124364e9d621f01ac54e341 (diff)
downloadwekan-b849d4c2ba088554a68d00b87afc249a1d3fa180.tar.gz
wekan-b849d4c2ba088554a68d00b87afc249a1d3fa180.tar.bz2
wekan-b849d4c2ba088554a68d00b87afc249a1d3fa180.zip
Update layouts.js
Diffstat (limited to 'client/components/main')
-rw-r--r--client/components/main/layouts.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/components/main/layouts.js b/client/components/main/layouts.js
index ec4a35cc..a4768900 100644
--- a/client/components/main/layouts.js
+++ b/client/components/main/layouts.js
@@ -73,6 +73,8 @@ Template.userFormsLayout.helpers({
name = 'Igbo';
} else if (lang.name === 'oc') {
name = 'Occitan';
+ } else if (lang.name === 'zh-TW') {
+ name = '繁體中文(台灣)';
}
return { tag, name };
}).sort(function(a, b) {