Skip to content

Commit

Permalink
Merge pull request #451 from TimOliver/catalan
Browse files Browse the repository at this point in the history
Add Catalan Support
  • Loading branch information
TimOliver authored Dec 6, 2020
2 parents 4edbbcb + 0cd36ab commit 3c92e95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
"Done" = "Fet";
"Cancel" = "Cancel·lar";
"Reset" = "Restablir";
"Original" = "Original";
"Square" = "Quadrat";
"Delete Changes" = "Esborrar Canvis";
"Yes" = "Si";
"No" = "No";
3 changes: 3 additions & 0 deletions TOCropViewControllerExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
3AADDE231CA5C43400AE0129 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
6AE313501C47DAA200894C5B /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
6AE313511C47DAA200894C5B /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
72B9DCDC25763340006E160C /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = ca.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
88BBE90E22C206340073D22A /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
A93782CF214A55F900CAE7EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
A93782D3214A81A200CAE7EE /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -678,6 +679,7 @@
"pt-BR",
cs,
sk,
ca,
);
mainGroup = 223424611ABBC0CC00BBC2B1;
productRefGroup = 2234246B1ABBC0CD00BBC2B1 /* Products */;
Expand Down Expand Up @@ -929,6 +931,7 @@
22154471235D92DE0005D91E /* pt-BR */,
FFD1D3CD24D41CFF00E79B71 /* cs */,
FFD1D3CE24D41D0700E79B71 /* sk */,
72B9DCDC25763340006E160C /* ca */,
);
name = TOCropViewControllerLocalizable.strings;
sourceTree = "<group>";
Expand Down

0 comments on commit 3c92e95

Please sign in to comment.