Rename zh_Hant to zh_TW to match Qt's expected name

This commit is contained in:
Cameron Gutman 2022-11-25 14:18:06 -06:00
commit b04bb30930
6 changed files with 7 additions and 7 deletions

View file

@ -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: