feat: Français in RsiLauncherEnhanceDialogUI

This commit is contained in:
xkeyC 2024-05-01 14:49:45 +08:00
parent 6019cc96fd
commit 4ebd7b70dc
2 changed files with 2 additions and 0 deletions

View File

@ -3,4 +3,5 @@ class NoL10n {
static const String langZHT = '繁體中文';
static const String langEn = 'English';
static const String langJa = '日本語';
static const String langFR = 'Français';
}

View File

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