Add zh_CN

This commit is contained in:
2024-06-02 12:03:33 +00:00
committed by GitHub
parent cc67380afe
commit 26415d9349
5 changed files with 6 additions and 17 deletions

View File

@@ -317,7 +317,7 @@ enum Lang {
case Lang.english:
return const Locale("en");
case Lang.simplifiedChinese:
return const Locale("zh");
return const Locale("zh", "CN");
default:
return PlatformDispatcher.instance.locale;
}