Fix LANG_AUTO for Simplified Chinese

This commit is contained in:
happyharryh 2022-11-07 22:01:58 +08:00 committed by Cameron Gutman
commit 5eb8b97469
5 changed files with 4 additions and 4 deletions

View file

@ -202,7 +202,7 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
case LANG_FR:
return "fr";
case LANG_ZH_CN:
return "zh_cn";
return "zh_CN";
case LANG_NB_NO:
return "nb_NO";
case LANG_RU: