Set fallback locale to en #6

Merged
Ghost merged 1 commits from master into fdroid 2021-03-18 17:03:56 +02:00
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!,