Regenerate translations
This commit is contained in:
parent
abc391f32a
commit
24dbc96fe5
51 changed files with 3652 additions and 2714 deletions
|
|
@ -251,6 +251,8 @@ QString StreamingPreferences::getSuffixFromLanguage(StreamingPreferences::Langua
|
|||
return "pl";
|
||||
case LANG_CS:
|
||||
return "cs";
|
||||
case LANG_HE:
|
||||
return "he";
|
||||
case LANG_AUTO:
|
||||
default:
|
||||
return QLocale::system().name();
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ public:
|
|||
LANG_HI,
|
||||
LANG_PL,
|
||||
LANG_CS,
|
||||
LANG_HE,
|
||||
};
|
||||
Q_ENUM(Language);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue