We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa60e0 commit df8f216Copy full SHA for df8f216
1 file changed
lib/main.dart
@@ -19,7 +19,7 @@ void main(List<String> args) async {
19
EasyLocalization(
20
supportedLocales: const [Locale('en'), Locale('zh')],
21
path: 'assets/translations',
22
- fallbackLocale: const Locale('en'),
+ fallbackLocale: const Locale('zh'),
23
child: const MyApp(),
24
),
25
);
0 commit comments