Skip to content

Commit 3fdc580

Browse files
committed
Add Russian translation, thanks Alexander Zubkov
1 parent 7b61960 commit 3fdc580

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

FDTakeExample.xcodeproj/project.pbxproj

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
77BEBAEE1653472B00CF7DC4 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
4646
77C46D42162B51A2001166D9 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/FDTake.strings; sourceTree = "<group>"; };
4747
77C46D45162B51FE001166D9 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/FDTake.strings"; sourceTree = "<group>"; };
48+
77F31B04178633B70032DFC5 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/FDTake.strings; sourceTree = "<group>"; };
4849
C162211F171EC648000E0D6F /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/FDTake.strings"; sourceTree = "<group>"; };
4950
D51AFEB81719968900B0543C /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/FDTake.strings; sourceTree = "<group>"; };
5051
F03D6C171712F74F00407C60 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/FDTake.strings; sourceTree = "<group>"; };
@@ -173,6 +174,7 @@
173174
nl,
174175
"zh-Hant",
175176
de,
177+
ru,
176178
);
177179
mainGroup = 774CDAB915D3DCDF00B14C45;
178180
productRefGroup = 774CDAC515D3DCDF00B14C45 /* Products */;
@@ -248,6 +250,7 @@
248250
D51AFEB81719968900B0543C /* nl */,
249251
C162211F171EC648000E0D6F /* zh-Hant */,
250252
77046A291771104200F31874 /* de */,
253+
77F31B04178633B70032DFC5 /* ru */,
251254
);
252255
name = FDTake.strings;
253256
sourceTree = "<group>";

FDTakeExample/ru.lproj/FDTake.strings

1016 Bytes
Binary file not shown.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Project status
3333
- Dutch (thanks Mathijs Kadijk)
3434
- Chinese Traditional (thanks Qing Ao)
3535
- German (thanks Lars Häuser)
36+
- Russian (thanks Alexander Zubkov)
3637
- Please help translate <a href="https://github.com/fulldecent/FDTake/blob/master/FDTakeExample/en.lproj/FDTake.strings">`FDTake.strings`</a> to more languages
3738
* Works on iOS 4 or above, but requires ARC
3839

0 commit comments

Comments
 (0)