Skip to content

Commit 554ab2f

Browse files
committed
enable chinese simplified
1 parent 09a4fd8 commit 554ab2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/core/locales/app_locales.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class AppLocales {
99
Locale('de'),
1010
Locale('hi'),
1111
Locale('pt'),
12+
Locale('zh'),
1213
];
1314

1415
static const Map<String, String> _languageNames = {
@@ -18,6 +19,7 @@ class AppLocales {
1819
'de': 'Deutsch',
1920
'hi': 'हिन्दी',
2021
'pt': 'Português',
22+
'zh': '简体中文',
2123
};
2224

2325
static String getLanguageName(Locale locale) {

0 commit comments

Comments
 (0)