Skip to content

Commit d770003

Browse files
authored
Merge pull request #1009 from AppFlowy-IO/fix/default_localization
chore: fallback to en localization if the key is not found in the loc…
2 parents 043de6d + e03024f commit d770003

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)