diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2018-04-16 14:18:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-16 14:18:04 -0500 |
| commit | 8b3a83ed8ddb6abcc705f7564e1f286fe5d98b38 (patch) | |
| tree | 719b4a40da4070afd56824b429d1c93a047c4a11 | |
| parent | 332cdc155afa5cb27b484b81564e76b428e4c55e (diff) | |
| parent | ae4e4f9df84a547c554a8a68bb65b082adaae9f5 (diff) | |
Merge pull request #311 from AnyOldName3/load-qtbase-qm
Load qtbase qm
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | src/mainwindow.cpp | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,7 @@ stderr.log stdout.log vs_stderr.log vs_stdout.log +msbuild.log build /vsbuild /CMakeFiles diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 171026cf..651afba9 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3727,6 +3727,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());
|
