Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

ru locale #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
21 changes: 21 additions & 0 deletions Examples/GMPhotoPicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
8E1D26051B94415000BD4B31 /* GMImagePicker.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8E1D26031B94415000BD4B31 /* GMImagePicker.strings */; };
B31E08651A0C45BC000D7841 /* GMImagePicker.strings in Resources */ = {isa = PBXBuildFile; fileRef = B31E084C1A0C45BC000D7841 /* GMImagePicker.strings */; };
B31E08661A0C45BC000D7841 /* GMImagePicker.strings in Resources */ = {isa = PBXBuildFile; fileRef = B31E084F1A0C45BC000D7841 /* GMImagePicker.strings */; };
B31E08671A0C45BC000D7841 /* GMImagePicker.strings in Resources */ = {isa = PBXBuildFile; fileRef = B31E08521A0C45BC000D7841 /* GMImagePicker.strings */; };
Expand Down Expand Up @@ -46,6 +47,7 @@
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
8E1D26041B94415000BD4B31 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = GMImagePicker.strings; sourceTree = "<group>"; };
B31E084D1A0C45BC000D7841 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = Base; path = GMImagePicker.strings; sourceTree = "<group>"; };
B31E08501A0C45BC000D7841 /* ca */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ca; path = GMImagePicker.strings; sourceTree = "<group>"; };
B31E08531A0C45BC000D7841 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = GMImagePicker.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -103,6 +105,14 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
8E1D26021B94415000BD4B31 /* ru.lproj */ = {
isa = PBXGroup;
children = (
8E1D26031B94415000BD4B31 /* GMImagePicker.strings */,
);
path = ru.lproj;
sourceTree = "<group>";
};
B31E084B1A0C45BC000D7841 /* Base.lproj */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -238,6 +248,7 @@
B31E085A1A0C45BC000D7841 /* fr.lproj */,
B31E085D1A0C45BC000D7841 /* it.lproj */,
B31E08601A0C45BC000D7841 /* pt.lproj */,
8E1D26021B94415000BD4B31 /* ru.lproj */,
B31E08631A0C45BC000D7841 /* GMVideoIcon.png */,
B31E08641A0C45BC000D7841 /* GMVideoIcon@2x.png */,
B321E47219D1A5FD0021FE16 /* GMEmptyFolder@1x.png */,
Expand Down Expand Up @@ -329,6 +340,7 @@
fr,
it,
pt,
ru,
);
mainGroup = B37D576B19CA3B39007F64BD;
productRefGroup = B37D577519CA3B3A007F64BD /* Products */;
Expand Down Expand Up @@ -358,6 +370,7 @@
B37D579F19CA44AF007F64BD /* Main.storyboard in Resources */,
B31E08661A0C45BC000D7841 /* GMImagePicker.strings in Resources */,
B31E08691A0C45BC000D7841 /* GMImagePicker.strings in Resources */,
8E1D26051B94415000BD4B31 /* GMImagePicker.strings in Resources */,
B37D578519CA3B3A007F64BD /* Images.xcassets in Resources */,
B31E08651A0C45BC000D7841 /* GMImagePicker.strings in Resources */,
B31E08671A0C45BC000D7841 /* GMImagePicker.strings in Resources */,
Expand Down Expand Up @@ -410,6 +423,14 @@
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
8E1D26031B94415000BD4B31 /* GMImagePicker.strings */ = {
isa = PBXVariantGroup;
children = (
8E1D26041B94415000BD4B31 /* ru */,
);
name = GMImagePicker.strings;
sourceTree = "<group>";
};
B31E084C1A0C45BC000D7841 /* GMImagePicker.strings */ = {
isa = PBXVariantGroup;
children = (
Expand Down
Binary file added GMImagePicker/ru.lproj/GMImagePicker.strings
Binary file not shown.