Set fallback locale to en

fdroid
Illia Chub 2021-03-18 17:02:39 +02:00
parent 5f0951f8da
commit 971d8bdbdc
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Localization extends StatelessWidget {
return EasyLocalization( return EasyLocalization(
supportedLocales: [Locale('ru'), Locale('en')], supportedLocales: [Locale('ru'), Locale('en')],
path: 'assets/translations', path: 'assets/translations',
fallbackLocale: Locale('ru'), fallbackLocale: Locale('en'),
saveLocale: false, saveLocale: false,
useOnlyLangCode: true, useOnlyLangCode: true,
child: child!, child: child!,