mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-22 10:28:23 +00:00
French localization for iOS (#593)
* add French loc file for iOS * Fixes french loc issue
This commit is contained in:
parent
7e91282162
commit
edaf107aa8
@ -46,6 +46,7 @@
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
07A50A481B331A840010E048 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
|
||||
5A63116E200FC8C0006D76A5 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
|
||||
74BB93661B2CE91A0044EB60 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/QBImagePicker.strings; sourceTree = "<group>"; };
|
||||
790A850D1AE7D4D9008E2A80 /* QBSlomoIconView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QBSlomoIconView.h; sourceTree = "<group>"; };
|
||||
790A850E1AE7D4D9008E2A80 /* QBSlomoIconView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = QBSlomoIconView.m; sourceTree = "<group>"; };
|
||||
@ -233,6 +234,7 @@
|
||||
es,
|
||||
de,
|
||||
pl,
|
||||
fr,
|
||||
);
|
||||
mainGroup = AAA8FDF91ACDA079002A9710;
|
||||
productRefGroup = AAA8FE041ACDA079002A9710 /* Products */;
|
||||
@ -302,6 +304,7 @@
|
||||
07A50A481B331A840010E048 /* es */,
|
||||
74BB93661B2CE91A0044EB60 /* de */,
|
||||
F167DB441C086AB90045AD5B /* pl */,
|
||||
5A63116E200FC8C0006D76A5 /* fr */,
|
||||
);
|
||||
name = QBImagePicker.strings;
|
||||
sourceTree = "<group>";
|
||||
|
@ -0,0 +1,21 @@
|
||||
/*
|
||||
QBImagePicker.strings
|
||||
QBImagePicker
|
||||
|
||||
Created by Gareth McCall on 2018/01/17.
|
||||
MIT License - Copyright (c) 2018 Ivan Pusic, et al
|
||||
*/
|
||||
|
||||
"albums.title" = "Photos";
|
||||
|
||||
"assets.footer.photo" = "%ld Photo";
|
||||
"assets.footer.photos" = "%ld Photos";
|
||||
"assets.footer.video" = "%ld Vidéo";
|
||||
"assets.footer.videos" = "%ld Vidéos";
|
||||
"assets.footer.photo-and-video" = "%ld Photo, %ld Vidéo";
|
||||
"assets.footer.photos-and-video" = "%ld Photos, %ld Vidéo";
|
||||
"assets.footer.photo-and-videos" = "%ld Photo, %ld Vidéos";
|
||||
"assets.footer.photos-and-videos" = "%ld Photos, %ld Vidéos";
|
||||
|
||||
"assets.toolbar.item-selected" = "%ld Élément Sélectionné";
|
||||
"assets.toolbar.items-selected" = "%ld Éléments Sélectionnés";
|
@ -162,6 +162,7 @@
|
||||
en,
|
||||
de,
|
||||
es,
|
||||
fr,
|
||||
ja,
|
||||
pl,
|
||||
"zh-Hans",
|
||||
|
Loading…
x
Reference in New Issue
Block a user