summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAnyOldName3 <krizdjali+github@gmail.com>2018-04-15 12:59:04 +0100
committerAnyOldName3 <krizdjali+github@gmail.com>2018-04-15 12:59:04 +0100
commitae4e4f9df84a547c554a8a68bb65b082adaae9f5 (patch)
treec40c947eb55895bea2eeaf29826ec41da902b059 /src/mainwindow.cpp
parentdd24b6089514322bda77f37e48710d753957ca5e (diff)
Load qtbase_<language>.qm when possible
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 6cbe364e..23423194 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3725,6 +3725,7 @@ void MainWindow::languageChange(const QString &newLanguage)
m_CurrentLanguage = newLanguage;
installTranslator("qt");
+ installTranslator("qtbase");
installTranslator(ToQString(AppConfig::translationPrefix()));
for (const QString &fileName : m_PluginContainer.pluginFileNames()) {
installTranslator(QFileInfo(fileName).baseName());