Revert "Reanme zh to zh_CN"

This reverts commit e51329811f.
This commit is contained in:
2024-06-02 11:47:30 +00:00
committed by GitHub
parent e51329811f
commit cc67380afe
3 changed files with 246 additions and 249 deletions

View File

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