Skip to content

Commit 90be3dc

Browse files
authored
Merge pull request #334 from ystartgo/patch-1
Update main.dart
2 parents 45d60d6 + 0e186e9 commit 90be3dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/main.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ class MyApp extends StatelessWidget {
5555
],
5656
supportedLocales: const [
5757
Locale('en'),
58-
Locale('zh'),
58+
Locale('zh'), // 简体
59+
Locale('zh', 'Hant'), // 繁體
5960
],
6061
theme: ThemeData(
6162
colorScheme: lightDynamic,

0 commit comments

Comments
 (0)