Integrate Czech and Polish translations

This commit is contained in:
Cameron Gutman
2022-05-07 14:32:07 -05:00
parent 4e8618c512
commit 092c0a7392
5 changed files with 21 additions and 1 deletions

View File

@@ -227,6 +227,10 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
return "it";
case LANG_HI:
return "hi";
case LANG_PL:
return "pl";
case LANG_CS:
return "cs";
case LANG_AUTO:
default:
return QLocale::system().name();