feat: RsiLauncherEnhance add zh_TW Support

This commit is contained in:
xkeyC 2024-06-04 20:29:55 +08:00
parent 20227fbd4b
commit b530742634

View File

@ -38,6 +38,7 @@ class RsiLauncherEnhanceDialogUI extends HookConsumerWidget {
static const supportLocalizationMap = {
"en": NoL10n.langEn,
"zh_CN": NoL10n.langZHS,
"zh_TW": NoL10n.langZHT,
"fr": NoL10n.langFR,
};