mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-20 16:35:47 +08:00
Update main.dart
新增繁體
This commit is contained in:
@@ -55,7 +55,8 @@ class MyApp extends StatelessWidget {
|
||||
],
|
||||
supportedLocales: const [
|
||||
Locale('en'),
|
||||
Locale('zh'),
|
||||
Locale('zh'), // 简体
|
||||
Locale('zh', 'Hant'), // 繁體
|
||||
],
|
||||
theme: ThemeData(
|
||||
colorScheme: lightDynamic,
|
||||
|
||||
Reference in New Issue
Block a user