From f2792d1ef2dbacebc3104859746a8f27474f4e5f Mon Sep 17 00:00:00 2001 From: Ahmet Mucahid Bozkurt Date: Sun, 15 Jan 2023 01:21:15 +0300 Subject: [PATCH] fix: misspelling for Turkish --- EmojiPicker.podspec | 2 +- Example App/EmojiPicker.xcodeproj/project.pbxproj | 2 +- .../Resources/Localization/tr.lproj/Localizable.strings | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EmojiPicker.podspec b/EmojiPicker.podspec index 69e042d..5c84cc7 100644 --- a/EmojiPicker.podspec +++ b/EmojiPicker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'EmojiPicker' - s.version = '3.0.3' + s.version = '3.0.4' s.license = 'MIT' s.summary = 'Emoji picker for iOS like on MacOS' s.homepage = 'https://github.com/htmlprogrammist/EmojiPicker' diff --git a/Example App/EmojiPicker.xcodeproj/project.pbxproj b/Example App/EmojiPicker.xcodeproj/project.pbxproj index 0d75b85..75a98e5 100644 --- a/Example App/EmojiPicker.xcodeproj/project.pbxproj +++ b/Example App/EmojiPicker.xcodeproj/project.pbxproj @@ -16,7 +16,7 @@ /* Begin PBXFileReference section */ 028AB9FF7F7146CA02C6047E /* Pods-EmojiPicker_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EmojiPicker_Example.debug.xcconfig"; path = "Target Support Files/Pods-EmojiPicker_Example/Pods-EmojiPicker_Example.debug.xcconfig"; sourceTree = ""; }; - 39C5556144E64B4781AC3E2C /* EmojiPicker.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = EmojiPicker.podspec; path = ../EmojiPicker.podspec; sourceTree = ""; }; + 39C5556144E64B4781AC3E2C /* EmojiPicker.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = EmojiPicker.podspec; path = ../EmojiPicker.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; 4E7BA306C8344910609AD79B /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; 52C75966261C87A105AE3101 /* Pods_EmojiPicker_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_EmojiPicker_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 607FACD01AFB9204008FA782 /* EmojiPicker_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = EmojiPicker_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; diff --git a/Sources/EmojiPicker/Resources/Localization/tr.lproj/Localizable.strings b/Sources/EmojiPicker/Resources/Localization/tr.lproj/Localizable.strings index 6256cd0..d91f559 100644 --- a/Sources/EmojiPicker/Resources/Localization/tr.lproj/Localizable.strings +++ b/Sources/EmojiPicker/Resources/Localization/tr.lproj/Localizable.strings @@ -1,4 +1,4 @@ -"emotionsAndPeople" = "YÜZ İFADELERİ & İNSALAR"; +"emotionsAndPeople" = "YÜZ İFADELERİ & İNSANLAR"; "animalsAndNature" = "HAYVANLAR & DOĞA"; "foodAndDrinks" = "YİYECEK & İÇECEK"; "activities" = "ETKİNLİK";