瀏覽代碼

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

appflowy 2 年之前
父節點
當前提交
81a7b7f3eb
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,
       ),