From a0e4e16c740aed46ff843f5611de0711c70aa8b1 Mon Sep 17 00:00:00 2001 From: yaniv Date: Mon, 24 Mar 2025 16:40:31 +0200 Subject: [PATCH] added hebrew support --- .../he.lproj/TOCropViewControllerLocalizable.strings | 8 ++++++++ TOCropViewControllerExample.xcodeproj/project.pbxproj | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 Objective-C/TOCropViewController/Resources/he.lproj/TOCropViewControllerLocalizable.strings diff --git a/Objective-C/TOCropViewController/Resources/he.lproj/TOCropViewControllerLocalizable.strings b/Objective-C/TOCropViewController/Resources/he.lproj/TOCropViewControllerLocalizable.strings new file mode 100644 index 00000000..cc98819e --- /dev/null +++ b/Objective-C/TOCropViewController/Resources/he.lproj/TOCropViewControllerLocalizable.strings @@ -0,0 +1,8 @@ +"Done" = "סיום"; +"Cancel" = "ביטול"; +"Reset" = "איפוס"; +"Original" = "מקורי"; +"Square" = "ריבוע"; +"Delete Changes" = "מחק שינויים"; +"Yes" = "כן"; +"No" = "לא"; diff --git a/TOCropViewControllerExample.xcodeproj/project.pbxproj b/TOCropViewControllerExample.xcodeproj/project.pbxproj index 824b1d93..0c7eae4a 100644 --- a/TOCropViewControllerExample.xcodeproj/project.pbxproj +++ b/TOCropViewControllerExample.xcodeproj/project.pbxproj @@ -216,6 +216,7 @@ 6AE313501C47DAA200894C5B /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/LaunchScreen.strings; sourceTree = ""; }; 6AE313511C47DAA200894C5B /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/TOCropViewControllerLocalizable.strings; sourceTree = ""; }; 72B9DCDC25763340006E160C /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/TOCropViewControllerLocalizable.strings; sourceTree = ""; }; + 7914ADD92D91A63600A1CD2C /* he */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = he; path = he.lproj/TOCropViewControllerLocalizable.strings; sourceTree = ""; }; 88BBE90E22C206340073D22A /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/TOCropViewControllerLocalizable.strings; sourceTree = ""; }; A93782CF214A55F900CAE7EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/TOCropViewControllerLocalizable.strings; sourceTree = ""; }; A93782D3214A81A200CAE7EE /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/TOCropViewControllerLocalizable.strings; sourceTree = ""; }; @@ -709,6 +710,7 @@ sk, ca, uk, + he, ); mainGroup = 223424611ABBC0CC00BBC2B1; productRefGroup = 2234246B1ABBC0CD00BBC2B1 /* Products */; @@ -966,6 +968,7 @@ FFD1D3CE24D41D0700E79B71 /* sk */, 72B9DCDC25763340006E160C /* ca */, 01291601287B3F2000A177C5 /* uk */, + 7914ADD92D91A63600A1CD2C /* he */, ); name = TOCropViewControllerLocalizable.strings; sourceTree = "";