mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Merge branch 'master' into fix-stale-translations
This commit is contained in:
commit
38409f6fbf
@ -189,7 +189,7 @@ void initTranslations()
|
||||
QString qtLangFile = "qt_" + qtLang + ".qm";
|
||||
if (!QFileInfo(qtLangFile).exists()) {
|
||||
qtLang = qtLang.left(2); // Undo QT suffix for zh; we don't use that for our file
|
||||
qtLangFile = "Oscar_qt_" + qtLang + ".qm";
|
||||
qtLangFile = "oscar_qt_" + qtLang + ".qm";
|
||||
}
|
||||
qDebug() << "Loading" << langname << "QT translation" << qtLangFile.toLocal8Bit().data() << "from" << langpath.toLocal8Bit().data();
|
||||
QTranslator * qtranslator = new QTranslator();
|
||||
|
Loading…
Reference in New Issue
Block a user