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
|
||||
template-arb-file: app_en.arb
|
||||
output-localization-file: l10n.dart
|
||||
preferred-supported-locales: [en]
|
||||
nullable-getter: false
|
||||
format: false
|
||||
|
||||
+1
-1
@@ -139,6 +139,7 @@ abstract class AppLocalizations {
|
||||
|
||||
/// A list of this localizations delegate's supported locales.
|
||||
static const List<Locale> supportedLocales = <Locale>[
|
||||
Locale('en'),
|
||||
Locale('af'),
|
||||
Locale('ar'),
|
||||
Locale('az'),
|
||||
@@ -151,7 +152,6 @@ abstract class AppLocalizations {
|
||||
Locale('da'),
|
||||
Locale('de'),
|
||||
Locale('el'),
|
||||
Locale('en'),
|
||||
Locale('en', 'US'),
|
||||
Locale('eo'),
|
||||
Locale('es'),
|
||||
|
||||
Reference in New Issue
Block a user