diff options
Diffstat (limited to 'core/qt-init.cpp')
-rw-r--r-- | core/qt-init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qt-init.cpp b/core/qt-init.cpp index f06da0cab..b1a235cb6 100644 --- a/core/qt-init.cpp +++ b/core/qt-init.cpp @@ -55,7 +55,7 @@ void init_qt_late() #if defined(Q_OS_ANDROID) translationLocation = QLatin1Literal("assets:/translations"); #elif defined(Q_OS_IOS) - translationLocation = QLatin1Literal(":/translations/"); + translationLocation = QLatin1Literal(":/"); #else translationLocation = QLibraryInfo::location(QLibraryInfo::TranslationsPath); #endif |