mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-11 10:29:39 +00:00
fix(i18l): Use fallback English translations when localized one not available
This commit is contained in:
parent
c1cba41b7b
commit
9644ade367
|
@ -13,6 +13,7 @@ class Localization extends StatelessWidget {
|
|||
supportedLocales: const [Locale('ru'), Locale('en')],
|
||||
path: 'assets/translations',
|
||||
fallbackLocale: const Locale('en'),
|
||||
useFallbackTranslations: true,
|
||||
saveLocale: false,
|
||||
useOnlyLangCode: true,
|
||||
child: child!,
|
||||
|
|
Loading…
Reference in a new issue