Integrate Thai and Korean translations

This commit is contained in:
Cameron Gutman 2021-05-22 13:44:45 -05:00
commit ebe9356937
18 changed files with 504 additions and 484 deletions

View file

@ -199,6 +199,10 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
return "ja";
case LANG_VI:
return "vi";
case LANG_TH:
return "th";
case LANG_KO:
return "ko";
case LANG_AUTO:
default:
return QLocale::system().name();