Skip to content

Commit 51ccb94

Browse files
Merge pull request #2 from amucahidbozkurt/main
🇹🇷 Added Turkish language localization
2 parents 24105a7 + e06083c commit 51ccb94

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

EmojiPicker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'EmojiPicker'
3-
s.version = '3.0.1'
3+
s.version = '3.0.2'
44
s.license = 'MIT'
55
s.summary = 'Emoji picker for iOS like on MacOS'
66
s.homepage = 'https://github.com/htmlprogrammist/EmojiPicker'

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ viewController.feedbackGeneratorStyle = .soft
152152
* French 🇫🇷
153153
* German 🇩🇪
154154
* Hindi 🇮🇳
155+
* Turkish 🇹🇷
155156

156157
## Experiments
157158

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"emotionsAndPeople" = "YÜZ İFADELERİ & İNSALAR";
2+
"animalsAndNature" = "HAYVANLAR & DOĞA";
3+
"foodAndDrinks" = "YİYECEK & İÇECEK";
4+
"activities" = "ETKİNLİK";
5+
"travellingAndPlaces" = "SEYAHET & YERLER";
6+
"objects" = "NESNELER";
7+
"symbols" = "SEMBOLLER";
8+
"flags" = "BAYRAKLAR";

0 commit comments

Comments
 (0)