扩充多语言范围,新增7种多语言
This commit is contained in:
@@ -554,7 +554,17 @@ export interface SystemProxySettings {
|
||||
proxy_url: string | null
|
||||
}
|
||||
|
||||
export type AppLocale = "en" | "zh_cn" | "zh_tw"
|
||||
export type AppLocale =
|
||||
| "en"
|
||||
| "zh_cn"
|
||||
| "zh_tw"
|
||||
| "ja"
|
||||
| "ko"
|
||||
| "es"
|
||||
| "de"
|
||||
| "fr"
|
||||
| "pt"
|
||||
| "ar"
|
||||
export type LanguageMode = "system" | "manual"
|
||||
|
||||
export interface SystemLanguageSettings {
|
||||
|
||||
Reference in New Issue
Block a user