Merge pull request 'Set fallback locale to en' (#6) from master into fdroid

Reviewed-on: kherel/selfprivacy.org.app#6
fdroid
ilchub 2021-03-18 17:03:55 +02:00
commit 696e12e846
1 changed files with 1 additions and 1 deletions

View File

@ -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!,