Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 1dd7492

Browse files
committed
[ios] Moved .stringsdict from Base.lproj to en.lproj
.stringsdict overrides need to be in real language .lprojs, not Base.lproj.
1 parent 51cd978 commit 1dd7492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform/ios/ios.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@
461461
DABCABBF1CB80717000A7C39 /* locations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = locations.cpp; sourceTree = "<group>"; };
462462
DABCABC01CB80717000A7C39 /* locations.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = locations.hpp; sourceTree = "<group>"; };
463463
DAC07C961CBB2CD6000CB309 /* mbgl.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = mbgl.xcconfig; path = ../../build/ios/mbgl.xcconfig; sourceTree = "<group>"; };
464-
DAC49C5E1CD02BC9009E1AA3 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = Base; path = Base.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
464+
DAC49C621CD07D74009E1AA3 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = en; path = en.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
465465
/* End PBXFileReference section */
466466

467467
/* Begin PBXFrameworksBuildPhase section */
@@ -1399,7 +1399,7 @@
13991399
DAC49C5F1CD02BC9009E1AA3 /* Localizable.stringsdict */ = {
14001400
isa = PBXVariantGroup;
14011401
children = (
1402-
DAC49C5E1CD02BC9009E1AA3 /* Base */,
1402+
DAC49C621CD07D74009E1AA3 /* en */,
14031403
);
14041404
name = Localizable.stringsdict;
14051405
sourceTree = "<group>";

0 commit comments

Comments
 (0)