Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🇹🇷 Turkish localization added #231

Merged
merged 1 commit into from
Apr 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions WeScan.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@
362967772294C23700B9FC4A /* CGImagePropertyOrientation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CGImagePropertyOrientation.swift; sourceTree = "<group>"; };
37DE11D92417FC8A0062E4E4 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
4A644E2221A73C2B00B20839 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
731898DA243A753C00EA7356 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
74E27848215446C200361812 /* FBSnapshotTestCase.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = FBSnapshotTestCase.xcodeproj; path = "Submodules/ios-snapshot-test-case/FBSnapshotTestCase.xcodeproj"; sourceTree = "<group>"; };
74E2785B2154528300361812 /* FBSnapshotTestCase.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = FBSnapshotTestCase.xcodeproj; path = "Submodules/ios-snapshot-test-case/FBSnapshotTestCase.xcodeproj"; sourceTree = SOURCE_ROOT; };
74F7D033211ACBD90046AF7E /* CIRectangleDetectorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CIRectangleDetectorTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -672,6 +673,7 @@
pl,
es,
"es-419",
tr,
);
mainGroup = A1D4BCAE202C4F3800FCDDEC;
productRefGroup = A1D4BCB8202C4F3800FCDDEC /* Products */;
Expand Down Expand Up @@ -964,6 +966,7 @@
37DE11D92417FC8A0062E4E4 /* pl */,
75629CE3241664D2008777A5 /* es */,
75629CE4241664E0008777A5 /* es-419 */,
731898DA243A753C00EA7356 /* tr */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
21 changes: 21 additions & 0 deletions WeScan/tr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
localizable.strings
WeScanSampleProject

Created by Adem Furkan OZCAN on 05/04/2020.
Copyright © 2018 WeTransfer. All rights reserved.
*/

/* The "Next" button on the right side of the navigation bar on the Edit screen. */
"wescan.edit.button.next" = "İleri";

/* The title on the navigation bar of the Edit screen. */
"wescan.edit.title" = "Düzenle";

/* The title on the navigation bar of the Review screen. */
"wescan.review.title" = "Gözden Geçir";

/* The button titles on the Scanning screen. */
"wescan.scanning.cancel" = "İptal";
"wescan.scanning.auto" = "Oto";
"wescan.scanning.manual" = "Manuel";