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