summaryrefslogtreecommitdiff
path: root/platform/ios/ios.xcodeproj
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-02-20 12:26:59 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-02-20 14:54:57 -0800
commit64a034285bf41a3b5aca9383e826e88193f20967 (patch)
tree04077bad2161f9d8deedf5bd73abcd4aec822824 /platform/ios/ios.xcodeproj
parente67bc1a7acd4ccf18d88286cc2bff99a4af18b4e (diff)
downloadqtlocation-mapboxgl-64a034285bf41a3b5aca9383e826e88193f20967.tar.gz
[ios, macos] Added Lithuanian localization
Diffstat (limited to 'platform/ios/ios.xcodeproj')
-rw-r--r--platform/ios/ios.xcodeproj/project.pbxproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/ios/ios.xcodeproj/project.pbxproj b/platform/ios/ios.xcodeproj/project.pbxproj
index 73e7597afb..07b6abc18d 100644
--- a/platform/ios/ios.xcodeproj/project.pbxproj
+++ b/platform/ios/ios.xcodeproj/project.pbxproj
@@ -644,6 +644,8 @@
DA00FC8D1D5EEB0D009AABC8 /* MGLAttributionInfo.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MGLAttributionInfo.mm; sourceTree = "<group>"; };
DA0CD58F1CF56F6A00A5F5A5 /* MGLFeatureTests.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = MGLFeatureTests.mm; path = ../../darwin/test/MGLFeatureTests.mm; sourceTree = "<group>"; };
DA17BE2F1CC4BAC300402C41 /* MGLMapView_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGLMapView_Private.h; sourceTree = "<group>"; };
+ DA1AC01B1E5B8774006DF1D6 /* lt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = lt; path = lt.lproj/Localizable.strings; sourceTree = "<group>"; };
+ DA1AC01C1E5B87EC006DF1D6 /* lt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = lt; path = lt.lproj/Root.strings; sourceTree = "<group>"; };
DA1DC94A1CB6C1C2006E619F /* Mapbox GL.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Mapbox GL.app"; sourceTree = BUILT_PRODUCTS_DIR; };
DA1DC9501CB6C1C2006E619F /* MBXAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MBXAppDelegate.h; sourceTree = "<group>"; };
DA1DC9531CB6C1C2006E619F /* MBXViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MBXViewController.h; sourceTree = "<group>"; };
@@ -1892,6 +1894,7 @@
pl,
ru,
uk,
+ lt,
);
mainGroup = DA1DC9411CB6C1C2006E619F;
productRefGroup = DA1DC94B1CB6C1C2006E619F /* Products */;
@@ -2278,6 +2281,7 @@
DA737AE11E59157600AD2CDE /* pl */,
DA737AE61E59171700AD2CDE /* ru */,
DA737AEA1E5917EF00AD2CDE /* uk */,
+ DA1AC01C1E5B87EC006DF1D6 /* lt */,
);
name = Root.strings;
sourceTree = "<group>";
@@ -2297,6 +2301,7 @@
DA737ADB1E5913BA00AD2CDE /* es */,
DA737AE71E59172C00AD2CDE /* ru */,
DA737AE91E5917C300AD2CDE /* uk */,
+ DA1AC01B1E5B8774006DF1D6 /* lt */,
);
name = Localizable.strings;
sourceTree = "<group>";