We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a2b1e commit 3dd88abCopy full SHA for 3dd88ab
sqpath.h
@@ -18,7 +18,7 @@ static const QString translationsPath()
18
return qApp->applicationDirPath() + "/i18n/";
19
#endif
20
#ifdef SQPROJECT_TRANSLATIONS_PATH
21
- return QString("%1/i18n/").arg(SQPROJECT_TRANSLATIONS_PATH);
+ return QString("%1").arg(SQPROJECT_TRANSLATIONS_PATH);
22
23
return "";
24
}
0 commit comments