🐛 Fixed missing translations

This commit is contained in:
2021-09-23 10:41:08 +02:00
parent f34ec61276
commit 2fe89789bc
7 changed files with 57 additions and 35 deletions

View File

@@ -75,7 +75,7 @@ bool Settings::InstallLang(const QString &langId)
return true;
}
QString locale_path = QString(":intl/intl/%0.qm").arg(langId);
QString locale_path = QString(":intl/%0.qm").arg(langId);
if(!translator.load(locale_path))
return false;