feat(i18n): add zh-Hant UI translations and locale mapping (#1777)
* feat(i18n): add zh-Hant UI translations and locale mapping * chore(i18n): format config * fix(i18n): add zh-Hant config enum * chore(types): regenerate
This commit is contained in:
@@ -320,7 +320,7 @@ export type GitHubConfig = { pat: string | null, oauth_token: string | null, use
|
||||
|
||||
export enum SoundFile { ABSTRACT_SOUND1 = "ABSTRACT_SOUND1", ABSTRACT_SOUND2 = "ABSTRACT_SOUND2", ABSTRACT_SOUND3 = "ABSTRACT_SOUND3", ABSTRACT_SOUND4 = "ABSTRACT_SOUND4", COW_MOOING = "COW_MOOING", PHONE_VIBRATION = "PHONE_VIBRATION", ROOSTER = "ROOSTER" }
|
||||
|
||||
export type UiLanguage = "BROWSER" | "EN" | "JA" | "ES" | "KO" | "ZH_HANS";
|
||||
export type UiLanguage = "BROWSER" | "EN" | "JA" | "ES" | "KO" | "ZH_HANS" | "ZH_HANT";
|
||||
|
||||
export type ShowcaseState = { seen_features: Array<string>, };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user