We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 49b664d + 7f35710 commit c0283a7Copy full SHA for c0283a7
lib/src/constants/language_list.dart
@@ -81,7 +81,7 @@ const languageList = [
81
{"code": 'th', "name": 'Thai', "nativeName": 'ไทย'},
82
{"code": 'zh', "name": 'Chinese', "nativeName": '中文'},
83
{"code": 'zh-hans', "name": 'Simplified Chinese', "nativeName": '简体中文'},
84
- {"code": 'zh-hant', "name": 'Traditional Chinese', "nativeName": '繁体中文'},
+ {"code": 'zh-hant', "name": 'Traditional Chinese', "nativeName": '繁體中文'},
85
{
86
"code": 'zh-rhk',
87
"name": 'Traditional Chinese (HK)',
0 commit comments