Fix LANG_AUTO for Simplified Chinese
This commit is contained in:
parent
8cd0536fb1
commit
5eb8b97469
5 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue