Skip to content

Commit

Permalink
Added romanian language (ios) (#1597)
Browse files Browse the repository at this point in the history
Co-authored-by: Антон Кожокару <[email protected]>
  • Loading branch information
antoncojocaru and Антон Кожокару authored May 29, 2021
1 parent 77a5881 commit cbe7f87
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ios/QBImagePicker/QBImagePicker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

/* Begin PBXFileReference section */
07A50A481B331A840010E048 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
3A21B6F126614081003AF608 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
3A684B06251887B4006605D4 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
4237D94D25F8C071008C19B7 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
5A63116E200FC8C0006D76A5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
Expand Down Expand Up @@ -248,6 +249,7 @@
pt,
"zh-Hant",
tr,
ro,
);
mainGroup = AAA8FDF91ACDA079002A9710;
productRefGroup = AAA8FE041ACDA079002A9710 /* Products */;
Expand Down Expand Up @@ -324,6 +326,7 @@
D12C7DB2255B413200F13F68 /* pt */,
D12C7DB3255B413E00F13F68 /* zh-Hant */,
4237D94D25F8C071008C19B7 /* tr */,
3A21B6F126614081003AF608 /* ro */,
);
name = QBImagePicker.strings;
sourceTree = "<group>";
Expand Down
21 changes: 21 additions & 0 deletions ios/QBImagePicker/QBImagePicker/ro.lproj/QBImagePicker.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
/*
QBImagePicker.strings
QBImagePicker

Created by Anton Cojocaru on 2021/05/28.
Copyright (c) 2021 Anton Cojocaru. All rights reserved.
*/

"albums.title" = "Poze";

"assets.footer.photo" = "%ld Poză";
"assets.footer.photos" = "%ld Poze";
"assets.footer.video" = "%ld Clip";
"assets.footer.videos" = "%ld Clipuri";
"assets.footer.photo-and-video" = "%ld Poză, %ld Clip";
"assets.footer.photos-and-video" = "%ld Poze, %ld Clip";
"assets.footer.photo-and-videos" = "%ld Poză, %ld Clipuri";
"assets.footer.photos-and-videos" = "%ld Poze, %ld Clipuri";

"assets.toolbar.item-selected" = "%ld Element Selectat";
"assets.toolbar.items-selected" = "%ld Elemente Selectate";

0 comments on commit cbe7f87

Please sign in to comment.