Skip to content

Commit

Permalink
add turkish localizable (#375)
Browse files Browse the repository at this point in the history
Co-authored-by: Cem Nisan <>
  • Loading branch information
cemnisan committed Mar 4, 2024
1 parent e37326f commit f625d81
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Mantis.xcodeproj/project.pbxproj
Expand Up @@ -181,6 +181,7 @@
66F4398F2979472C00728B52 /* CropViewModelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CropViewModelTests.swift; sourceTree = "<group>"; };
66F43991297A123400728B52 /* CropViewControllerDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CropViewControllerDelegate.swift; sourceTree = "<group>"; };
66F909BE287D22E7007E2FC6 /* ToolBarButtonImageBuilder+DrawImage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ToolBarButtonImageBuilder+DrawImage.swift"; sourceTree = "<group>"; };
7E0E3C242B95E32700AADCB0 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/MantisLocalizable.strings; sourceTree = "<group>"; };
8EFB6F3625D154D900C0DDB2 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/MantisLocalizable.strings; sourceTree = "<group>"; };
8EFB6F3725D154D900C0DDB2 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/MantisLocalizable.strings; sourceTree = "<group>"; };
8EFB6F3825D154D900C0DDB2 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/MantisLocalizable.strings"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -620,6 +621,7 @@
fr,
"pt-PT",
nl,
tr,
);
mainGroup = OBJ_5;
productRefGroup = OBJ_54 /* Products */;
Expand Down Expand Up @@ -831,6 +833,7 @@
8EFB6F4125D154D900C0DDB2 /* fr */,
8EFB6F4225D154D900C0DDB2 /* pt-PT */,
E86127BD26206D01008365BC /* nl */,
7E0E3C242B95E32700AADCB0 /* tr */,
);
name = MantisLocalizable.strings;
sourceTree = "<group>";
Expand Down
14 changes: 14 additions & 0 deletions Sources/Mantis/Resources/tr.lproj/MantisLocalizable.strings
@@ -0,0 +1,14 @@
/*
MantisLocalizable.strings
Mantis

Created by Echo on 11/11/18.
Copyright © 2018 Echo. All rights reserved.
*/

"Mantis.Done" = "Tamam";
"Mantis.Cancel" = "İptal";
"Mantis.Reset" = "Sıfırla";
"Mantis.Original" = "Orijinal";
"Mantis.Square" = "Kare";

0 comments on commit f625d81

Please sign in to comment.