feat: 添加繁体中文翻译 (#348)

* feat: Add Traditional Chinese language UI locale

* chore: 添加新翻译

---------

Co-authored-by: ChenZhaoYu <790348264@qq.com>
This commit is contained in:
Peter Dave Hello
2023-03-07 18:44:27 +08:00
committed by GitHub
parent 45cbfbf002
commit ecc2afd164
5 changed files with 55 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ const LOCAL_NAME = 'appSetting'
export type Theme = 'light' | 'dark' | 'auto'
export type Language = 'zh-CN' | 'en-US'
export type Language = 'zh-CN' | 'zh-TW' | 'en-US'
export interface AppState {
siderCollapsed: boolean