Regenerate translations

This commit is contained in:
Cameron Gutman
2023-07-16 15:47:31 -05:00
parent abc391f32a
commit 24dbc96fe5
51 changed files with 3652 additions and 2714 deletions

View File

@@ -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();

View File

@@ -91,6 +91,7 @@ public:
LANG_HI,
LANG_PL,
LANG_CS,
LANG_HE,
};
Q_ENUM(Language);