Skip to content

Commit e03024f

Browse files
committed
chore: fallback to en localization if the key is not found in the locale file
1 parent 043de6d commit e03024f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/app_flowy/lib/startup/tasks/app_widget.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class InitAppWidgetTask extends LaunchTask {
4646
],
4747
path: 'assets/translations',
4848
fallbackLocale: const Locale('en'),
49+
useFallbackTranslations: true,
4950
saveLocale: false,
5051
child: app,
5152
),

0 commit comments

Comments
 (0)