chore: fallback to en localization if the key is not found in the locale file

This commit is contained in:
appflowy 2022-09-08 11:29:43 +08:00
parent 2202c28534
commit 81a7b7f3eb

View File

@ -46,6 +46,7 @@ class InitAppWidgetTask extends LaunchTask {
],
path: 'assets/translations',
fallbackLocale: const Locale('en'),
useFallbackTranslations: true,
saveLocale: false,
child: app,
),