mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-17 06:01:12 +00:00
Integrate Czech and Polish translations
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -88,6 +88,8 @@ public:
|
||||
LANG_EL,
|
||||
LANG_IT,
|
||||
LANG_HI,
|
||||
LANG_PL,
|
||||
LANG_CS,
|
||||
};
|
||||
Q_ENUM(Language);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user