Skip to content

Commit

Permalink
turkish language strings added (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
tufanlodos committed Mar 10, 2021
1 parent a24af4c commit e311caa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/QBImagePicker/QBImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
/* Begin PBXFileReference section */
07A50A481B331A840010E048 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
3A684B06251887B4006605D4 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
4237D94D25F8C071008C19B7 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
5A63116E200FC8C0006D76A5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
74BB93661B2CE91A0044EB60 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
790A850D1AE7D4D9008E2A80 /* QBSlomoIconView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QBSlomoIconView.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -246,6 +247,7 @@
it,
pt,
"zh-Hant",
tr,
);
mainGroup = AAA8FDF91ACDA079002A9710;
productRefGroup = AAA8FE041ACDA079002A9710 /* Products */;
Expand Down Expand Up @@ -321,6 +323,7 @@
D12C7DB1255B412500F13F68 /* it */,
D12C7DB2255B413200F13F68 /* pt */,
D12C7DB3255B413E00F13F68 /* zh-Hant */,
4237D94D25F8C071008C19B7 /* tr */,
);
name = QBImagePicker.strings;
sourceTree = "<group>";
Expand Down
21 changes: 21 additions & 0 deletions ios/QBImagePicker/QBImagePicker/tr.lproj/QBImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
QBImagePicker.strings
QBImagePicker

Created by Katsuma Tanaka on 2015/04/03.
Copyright (c) 2015 Katsuma Tanaka. All rights reserved.
*/

"albums.title" = "Fotoğraflar";

"assets.footer.photo" = "%ld Fotoğraf";
"assets.footer.photos" = "%ld Fotoğraf";
"assets.footer.video" = "%ld Video";
"assets.footer.videos" = "%ld Video";
"assets.footer.photo-and-video" = "%ld Fotoğraf, %ld Video";
"assets.footer.photos-and-video" = "%ld Fotoğraf, %ld Video";
"assets.footer.photo-and-videos" = "%ld Fotoğraf, %ld Video";
"assets.footer.photos-and-videos" = "%ld Fotoğraf, %ld Video";

"assets.toolbar.item-selected" = "%ld Adet Seçildi";
"assets.toolbar.items-selected" = "%ld Adet Seçildi";

0 comments on commit e311caa

Please sign in to comment.