mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: fallback to en localization if the key is not found in the locale file
This commit is contained in:
parent
2202c28534
commit
81a7b7f3eb
@ -46,6 +46,7 @@ class InitAppWidgetTask extends LaunchTask {
|
||||
],
|
||||
path: 'assets/translations',
|
||||
fallbackLocale: const Locale('en'),
|
||||
useFallbackTranslations: true,
|
||||
saveLocale: false,
|
||||
child: app,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user