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
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()) {