소스 검색

Update layouts.js

Will 保哥 5 년 전
부모
커밋
b849d4c2ba
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      client/components/main/layouts.js

+ 2 - 0
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) {