Commit 4c93879

derdilla <derdilla06@gmail.com>
2023-07-10 15:05:42
use simplified chinese as generic chinese while no other versions are supported
1 parent 7d4dd26
Changed files (2)
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(),
       );