Skip to content

Commit 6a4e886

Browse files
committed
feat(i18n): add zh-TW translations
1 parent 0b55ca4 commit 6a4e886

3 files changed

Lines changed: 1931 additions & 5 deletions

File tree

config/i18n.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
172172
file: 'zh-CN.json',
173173
name: '简体中文',
174174
},
175-
/*{
176-
code: 'zh-TW',
177-
file: 'zh-TW.json',
178-
name: '繁體中文',
179-
},*/
175+
{
176+
code: 'zh-TW',
177+
file: 'zh-TW.json',
178+
name: '繁體中文',
179+
},
180180
{
181181
code: 'ja-JP',
182182
file: 'ja-JP.json',

0 commit comments

Comments
 (0)