Commit 4c93879
Changed files (2)
lib
lib/l10n/app_zh_Hans.arb → lib/l10n/app_zh.arb
File renamed without changes
lib/main.dart
@@ -52,6 +52,7 @@ class AppRoot extends StatelessWidget {
supportedLocales: const [
Locale('en'), // English
Locale('de'), // German
+ Locale('zh'), // generic Chinese; The file present is actually zh_Hans
],
home: const AppHome(),
);