Merge pull request #8499 from Docteh/plurals

Translate english plurals
This commit is contained in:
bunnei 2022-08-09 16:09:14 -07:00 committed by GitHub
commit 15df026d04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 103 additions and 8 deletions

View file

@ -3980,11 +3980,6 @@ void GMainWindow::UpdateUITheme() {
}
void GMainWindow::LoadTranslation() {
// If the selected language is English, no need to install any translation
if (UISettings::values.language == QStringLiteral("en")) {
return;
}
bool loaded;
if (UISettings::values.language.isEmpty()) {