mirror of
https://github.com/lichess-org/mobile.git
synced 2026-05-26 13:50:52 +00:00
Setup prefered locale
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
arb-dir: lib/l10n
|
arb-dir: lib/l10n
|
||||||
template-arb-file: app_en.arb
|
template-arb-file: app_en.arb
|
||||||
output-localization-file: l10n.dart
|
output-localization-file: l10n.dart
|
||||||
|
preferred-supported-locales: [en]
|
||||||
nullable-getter: false
|
nullable-getter: false
|
||||||
format: false
|
format: false
|
||||||
|
|||||||
+1
-1
@@ -139,6 +139,7 @@ abstract class AppLocalizations {
|
|||||||
|
|
||||||
/// A list of this localizations delegate's supported locales.
|
/// A list of this localizations delegate's supported locales.
|
||||||
static const List<Locale> supportedLocales = <Locale>[
|
static const List<Locale> supportedLocales = <Locale>[
|
||||||
|
Locale('en'),
|
||||||
Locale('af'),
|
Locale('af'),
|
||||||
Locale('ar'),
|
Locale('ar'),
|
||||||
Locale('az'),
|
Locale('az'),
|
||||||
@@ -151,7 +152,6 @@ abstract class AppLocalizations {
|
|||||||
Locale('da'),
|
Locale('da'),
|
||||||
Locale('de'),
|
Locale('de'),
|
||||||
Locale('el'),
|
Locale('el'),
|
||||||
Locale('en'),
|
|
||||||
Locale('en', 'US'),
|
Locale('en', 'US'),
|
||||||
Locale('eo'),
|
Locale('eo'),
|
||||||
Locale('es'),
|
Locale('es'),
|
||||||
|
|||||||
Reference in New Issue
Block a user