i18n: add zh-TW (#664)

This commit is contained in:
三咲智子 Kevin Deng 2022-12-31 12:07:11 +08:00 committed by GitHub
parent 943a0b66fe
commit 53fc28bf61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 376 additions and 0 deletions

View file

@ -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',