summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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());