summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/components/main/layouts.js2
-rw-r--r--client/components/users/userHeader.js2
2 files changed, 3 insertions, 1 deletions
diff --git a/client/components/main/layouts.js b/client/components/main/layouts.js
index a4768900..e5c86d76 100644
--- a/client/components/main/layouts.js
+++ b/client/components/main/layouts.js
@@ -73,7 +73,7 @@ Template.userFormsLayout.helpers({
name = 'Igbo';
} else if (lang.name === 'oc') {
name = 'Occitan';
- } else if (lang.name === 'zh-TW') {
+ } else if (lang.name === '繁体中文(台湾)') {
name = '繁體中文(台灣)';
}
return { tag, name };
diff --git a/client/components/users/userHeader.js b/client/components/users/userHeader.js
index 847d30fb..cd315bd6 100644
--- a/client/components/users/userHeader.js
+++ b/client/components/users/userHeader.js
@@ -166,6 +166,8 @@ Template.changeLanguagePopup.helpers({
name = 'Igbo';
} else if (lang.name === 'oc') {
name = 'Occitan';
+ } else if (lang.name === '繁体中文(台湾)') {
+ name = '繁體中文(台灣)';
}
return { tag, name };
}).sort(function(a, b) {