From 63297562e6f1b2435ba71a6570daa4de00ed1752 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 3 Jul 2018 11:46:24 -0700 Subject: iOS: find translations again commit ec0511e824 ("ios: concentrate build dirs") moved the translations around without updating the way they are accessed, causing our release 2.1.0 on iOS to not be localized. Signed-off-by: Dirk Hohndel --- core/qt-init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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 -- cgit v1.2.3-70-g09d2