summary refs log tree commit diff
path: root/pkgs/applications/altcoins/monero-gui/move-translations-dir.patch
blob: ff17ce5da1c0e2fc6cf0cce2d41c7293b1acfe48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/TranslationManager.cpp b/TranslationManager.cpp
index e7fc52a..83534cc 100644
--- a/TranslationManager.cpp
+++ b/TranslationManager.cpp
@@ -25,7 +25,7 @@ bool TranslationManager::setLanguage(const QString &language)
         return true;
     }
 
-    QString dir = qApp->applicationDirPath() + "/translations";
+    QString dir = qApp->applicationDirPath() + "/../share/translations";
     QString filename = "monero-core_" + language;
 
     qDebug("%s: loading translation file '%s' from '%s'",