Skip to content

Commit df8f216

Browse files
committed
fix(*)
1 parent 3aa60e0 commit df8f216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ void main(List<String> args) async {
1919
EasyLocalization(
2020
supportedLocales: const [Locale('en'), Locale('zh')],
2121
path: 'assets/translations',
22-
fallbackLocale: const Locale('en'),
22+
fallbackLocale: const Locale('zh'),
2323
child: const MyApp(),
2424
),
2525
);

0 commit comments

Comments
 (0)