mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-26 18:56:38 +00:00
Set fallback locale to en
This commit is contained in:
parent
5f0951f8da
commit
971d8bdbdc
|
@ -13,7 +13,7 @@ class Localization extends StatelessWidget {
|
|||
return EasyLocalization(
|
||||
supportedLocales: [Locale('ru'), Locale('en')],
|
||||
path: 'assets/translations',
|
||||
fallbackLocale: Locale('ru'),
|
||||
fallbackLocale: Locale('en'),
|
||||
saveLocale: false,
|
||||
useOnlyLangCode: true,
|
||||
child: child!,
|
||||
|
|
Loading…
Reference in a new issue