Update main.dart

This commit is contained in:
Zutzo 2023-08-06 19:08:07 +08:00 committed by GitHub
parent 1f02e9bb61
commit 6192ca33ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@ class _MainState extends State<Main> {
supportedLocales: const [ supportedLocales: const [
Locale('en', ''), Locale('en', ''),
Locale('es', ''), Locale('es', ''),
Locale('zh', '') Locale('zh', 'CN')
], ],
scaffoldMessengerKey: scaffoldMessengerKey, scaffoldMessengerKey: scaffoldMessengerKey,
builder: (context, child) { builder: (context, child) {