summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) {