diff --git a/lib/main.dart b/lib/main.dart index b1cee16..3c05f5a 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -26,6 +26,7 @@ void main() async { ], path: 'assets/translations', fallbackLocale: const Locale('en', 'US'), + useFallbackTranslations: true, child: const MyApp(), ), );