mirror of
https://mirror.ghproxy.com/https://github.com/StarCitizenToolBox/app.git
synced 2024-12-23 03:03:42 +08:00
feat: Français in RsiLauncherEnhanceDialogUI
This commit is contained in:
parent
6019cc96fd
commit
4ebd7b70dc
@ -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';
|
||||
}
|
||||
|
@ -37,6 +37,7 @@ class RsiLauncherEnhanceDialogUI extends HookConsumerWidget {
|
||||
static const supportLocalizationMap = {
|
||||
"en": NoL10n.langEn,
|
||||
"zh_CN": NoL10n.langZHS,
|
||||
"fr": NoL10n.langFR,
|
||||
};
|
||||
|
||||
@override
|
||||
|
Loading…
Reference in New Issue
Block a user