mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 05:34:45 +08:00
feat: RsiLauncherEnhance add zh_TW Support
This commit is contained in:
@ -38,6 +38,7 @@ class RsiLauncherEnhanceDialogUI extends HookConsumerWidget {
|
|||||||
static const supportLocalizationMap = {
|
static const supportLocalizationMap = {
|
||||||
"en": NoL10n.langEn,
|
"en": NoL10n.langEn,
|
||||||
"zh_CN": NoL10n.langZHS,
|
"zh_CN": NoL10n.langZHS,
|
||||||
|
"zh_TW": NoL10n.langZHT,
|
||||||
"fr": NoL10n.langFR,
|
"fr": NoL10n.langFR,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user