From 7f5dfb16bca7ab1191beb06940ef75ab4f197ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Wed, 20 Dec 2017 02:26:05 -0800 Subject: Update iOS, macOS SDK translations (#10738) * [ios, macos] Updated Bulgarian, Spanish, Vietnamese localizations * [ios, macos] Added Arabic localization * [ios, macos] Updated localizations --- platform/macos/app/ar.lproj/Localizable.strings | 0 platform/macos/macos.xcodeproj/project.pbxproj | 5 +++++ platform/macos/sdk/es.lproj/Localizable.strings | Bin 865 -> 1716 bytes platform/macos/sdk/vi.lproj/Localizable.strings | Bin 929 -> 1654 bytes 4 files changed, 5 insertions(+) create mode 100644 platform/macos/app/ar.lproj/Localizable.strings (limited to 'platform/macos') diff --git a/platform/macos/app/ar.lproj/Localizable.strings b/platform/macos/app/ar.lproj/Localizable.strings new file mode 100644 index 0000000000..e69de29bb2 diff --git a/platform/macos/macos.xcodeproj/project.pbxproj b/platform/macos/macos.xcodeproj/project.pbxproj index e243658e9d..cc49c5bbf4 100644 --- a/platform/macos/macos.xcodeproj/project.pbxproj +++ b/platform/macos/macos.xcodeproj/project.pbxproj @@ -437,6 +437,8 @@ DA737AEC1E59180E00AD2CDE /* uk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = ""; }; DA7DC9801DED5F5C0027472F /* MGLVectorSource_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGLVectorSource_Private.h; sourceTree = ""; }; DA7DC9821DED647F0027472F /* MGLRasterSource_Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MGLRasterSource_Private.h; sourceTree = ""; }; + DA80E95D1FE84A300065FC9B /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = ""; }; + DA80E95F1FE84A540065FC9B /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ar; path = ar.lproj/Foundation.stringsdict; sourceTree = ""; }; DA839E921CC2E3400062CAFB /* Mapbox GL.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Mapbox GL.app"; sourceTree = BUILT_PRODUCTS_DIR; }; DA839E951CC2E3400062CAFB /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = ""; }; DA839E961CC2E3400062CAFB /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = ""; }; @@ -1364,6 +1366,7 @@ nl, hu, bg, + ar, ); mainGroup = DA839E891CC2E3400062CAFB; productRefGroup = DA839E931CC2E3400062CAFB /* Products */; @@ -1594,6 +1597,7 @@ DAE8CCAB1E6E8B72009B5CB0 /* nl */, DA704CBE1F637531004B3F28 /* hu */, DA3389611FA3EDCE001EA329 /* bg */, + DA80E95D1FE84A300065FC9B /* ar */, ); name = Localizable.strings; sourceTree = ""; @@ -1687,6 +1691,7 @@ DACFE7971F66EA0C00630DA8 /* vi */, DA3389631FA3EDF5001EA329 /* bg */, DA33896C1FA3EF51001EA329 /* hu */, + DA80E95F1FE84A540065FC9B /* ar */, ); name = Foundation.stringsdict; sourceTree = ""; diff --git a/platform/macos/sdk/es.lproj/Localizable.strings b/platform/macos/sdk/es.lproj/Localizable.strings index 8a9b51feb1..bf61010704 100644 Binary files a/platform/macos/sdk/es.lproj/Localizable.strings and b/platform/macos/sdk/es.lproj/Localizable.strings differ diff --git a/platform/macos/sdk/vi.lproj/Localizable.strings b/platform/macos/sdk/vi.lproj/Localizable.strings index 95e327d689..f130d2f350 100644 Binary files a/platform/macos/sdk/vi.lproj/Localizable.strings and b/platform/macos/sdk/vi.lproj/Localizable.strings differ -- cgit v1.2.1