Rename zh_Hant to zh_TW to match Qt's expected name
This commit is contained in:
parent
e41aaf980b
commit
b04bb30930
6 changed files with 7 additions and 7 deletions
|
|
@ -227,8 +227,8 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
|
|||
return "tr";
|
||||
case LANG_UK:
|
||||
return "uk";
|
||||
case LANG_ZH_HANT:
|
||||
return "zh_Hant";
|
||||
case LANG_ZH_TW:
|
||||
return "zh_TW";
|
||||
case LANG_PT:
|
||||
return "pt";
|
||||
case LANG_PT_BR:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue