Skip to content

Commit 3dd88ab

Browse files
committed
Small fix for translation path, probably not good too?
1 parent b1a2b1e commit 3dd88ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqpath.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ static const QString translationsPath()
1818
return qApp->applicationDirPath() + "/i18n/";
1919
#endif
2020
#ifdef SQPROJECT_TRANSLATIONS_PATH
21-
return QString("%1/i18n/").arg(SQPROJECT_TRANSLATIONS_PATH);
21+
return QString("%1").arg(SQPROJECT_TRANSLATIONS_PATH);
2222
#endif
2323
return "";
2424
}

0 commit comments

Comments
 (0)