Explorar o código

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

appflowy %!s(int64=2) %!d(string=hai) anos
pai
achega
81a7b7f3eb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      frontend/app_flowy/lib/startup/tasks/app_widget.dart

+ 1 - 0
frontend/app_flowy/lib/startup/tasks/app_widget.dart

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