Feature: add zh-TW.yml (#976)

This commit is contained in:
NeiL
2022-09-21 09:04:26 +08:00
committed by GitHub
parent d438f829e5
commit 72371de40b
2 changed files with 239 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
export const builtinI18nList: II18nItem[] = [{
label: '简体中文',
value: 'zh-CN'
}, {
label: '繁體中文',
value: 'zh-TW'
}, {
label: 'English',
value: 'en'