i18n: add zh-TW (#664)
This commit is contained in:
parent
943a0b66fe
commit
53fc28bf61
2 changed files with 376 additions and 0 deletions
|
@ -24,6 +24,11 @@ const locales: LocaleObject[] = [
|
|||
file: 'zh-CN.json',
|
||||
name: '简体中文',
|
||||
},
|
||||
{
|
||||
code: 'zh-TW',
|
||||
file: 'zh-TW.json',
|
||||
name: '繁体中文',
|
||||
},
|
||||
{
|
||||
code: 'ja-JP',
|
||||
file: 'ja-JP.json',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue