Skip to content
This repository was archived by the owner on Oct 4, 2023. It is now read-only.

Commit cbe7f87

Browse files
antoncojocaruАнтон Кожокару
andauthored
Added romanian language (ios) (ivpusic#1597)
Co-authored-by: Антон Кожокару <anton@MBP15.local>
1 parent 77a5881 commit cbe7f87

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

ios/QBImagePicker/QBImagePicker.xcodeproj/project.pbxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646

4747
/* Begin PBXFileReference section */
4848
07A50A481B331A840010E048 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
49+
3A21B6F126614081003AF608 /* ro */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ro; path = ro.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
4950
3A684B06251887B4006605D4 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
5051
4237D94D25F8C071008C19B7 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
5152
5A63116E200FC8C0006D76A5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
@@ -248,6 +249,7 @@
248249
pt,
249250
"zh-Hant",
250251
tr,
252+
ro,
251253
);
252254
mainGroup = AAA8FDF91ACDA079002A9710;
253255
productRefGroup = AAA8FE041ACDA079002A9710 /* Products */;
@@ -324,6 +326,7 @@
324326
D12C7DB2255B413200F13F68 /* pt */,
325327
D12C7DB3255B413E00F13F68 /* zh-Hant */,
326328
4237D94D25F8C071008C19B7 /* tr */,
329+
3A21B6F126614081003AF608 /* ro */,
327330
);
328331
name = QBImagePicker.strings;
329332
sourceTree = "<group>";
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
QBImagePicker.strings
3+
QBImagePicker
4+
5+
Created by Anton Cojocaru on 2021/05/28.
6+
Copyright (c) 2021 Anton Cojocaru. All rights reserved.
7+
*/
8+
9+
"albums.title" = "Poze";
10+
11+
"assets.footer.photo" = "%ld Poză";
12+
"assets.footer.photos" = "%ld Poze";
13+
"assets.footer.video" = "%ld Clip";
14+
"assets.footer.videos" = "%ld Clipuri";
15+
"assets.footer.photo-and-video" = "%ld Poză, %ld Clip";
16+
"assets.footer.photos-and-video" = "%ld Poze, %ld Clip";
17+
"assets.footer.photo-and-videos" = "%ld Poză, %ld Clipuri";
18+
"assets.footer.photos-and-videos" = "%ld Poze, %ld Clipuri";
19+
20+
"assets.toolbar.item-selected" = "%ld Element Selectat";
21+
"assets.toolbar.items-selected" = "%ld Elemente Selectate";

0 commit comments

Comments
 (0)