summary refs log tree commit diff
path: root/pkgs/applications/altcoins/monero-gui/move-translations-dir.patch
blob: 29bb56301547cce76838a1c5f376ef2413b8cf4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/TranslationManager.cpp b/TranslationManager.cpp
index fa39d35..5a410f7 100644
--- a/TranslationManager.cpp
+++ b/TranslationManager.cpp
@@ -29,7 +29,7 @@ bool TranslationManager::setLanguage(const QString &language)
 #ifdef Q_OS_MACX
     QString dir = qApp->applicationDirPath() + "/../Resources/translations";
 #else
-    QString dir = qApp->applicationDirPath() + "/translations";
+    QString dir = qApp->applicationDirPath() + "/../share/translations";
 #endif
 
     QString filename = "monero-core_" + language;