Skip to content

Commit 6672f22

Browse files
authored
Merge pull request TimOliver#360 from stami/master
Added Finnish localizations
2 parents aeaa73d + f541cb2 commit 6672f22

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
"Done" = "Valmis";
2+
"Cancel" = "Kumoa";
3+
"Reset" = "Palauta";
4+
"Original" = "Alkuperäinen";
5+
"Square" = "Neliö";
6+
"Delete Changes?" = "Peru muutokset?";
7+
"Yes" = "Kyllä";
8+
"No" = "Ei";

TOCropViewControllerExample.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199
3AADDE231CA5C43400AE0129 /* vi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = vi; path = vi.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
200200
6AE313501C47DAA200894C5B /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/LaunchScreen.strings; sourceTree = "<group>"; };
201201
6AE313511C47DAA200894C5B /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
202+
88BBE90E22C206340073D22A /* fi */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fi; path = fi.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
202203
A93782CF214A55F900CAE7EE /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
203204
A93782D3214A81A200CAE7EE /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/TOCropViewControllerLocalizable.strings; sourceTree = "<group>"; };
204205
CDC8C5751C667B9100BB86A4 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Main.strings; sourceTree = "<group>"; };
@@ -666,6 +667,7 @@
666667
ro,
667668
fa,
668669
"fa-IR",
670+
fi,
669671
);
670672
mainGroup = 223424611ABBC0CC00BBC2B1;
671673
productRefGroup = 2234246B1ABBC0CD00BBC2B1 /* Products */;
@@ -913,6 +915,7 @@
913915
A93782D3214A81A200CAE7EE /* ro */,
914916
E4C7D121221D7465003F381A /* fa */,
915917
E4C7D122221D7548003F381A /* fa-IR */,
918+
88BBE90E22C206340073D22A /* fi */,
916919
);
917920
name = TOCropViewControllerLocalizable.strings;
918921
sourceTree = "<group>";

0 commit comments

Comments
 (0)