@identitybuilding/idb-react-translations 0.5.27 → 0.5.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -448,7 +448,7 @@ var General = {
|
|
|
448
448
|
},
|
|
449
449
|
photo_album: {
|
|
450
450
|
nl: 'Fotoalbum',
|
|
451
|
-
fr: "Album
|
|
451
|
+
fr: "Album photo",
|
|
452
452
|
en: 'Photo album'
|
|
453
453
|
},
|
|
454
454
|
recipes: {
|
|
@@ -976,6 +976,11 @@ var General = {
|
|
|
976
976
|
fr: "Visiter notre e-shop",
|
|
977
977
|
en: "Visit our e-shop"
|
|
978
978
|
},
|
|
979
|
+
visit_our_eshop_now: {
|
|
980
|
+
nl: "Bezoek nu onze webshop",
|
|
981
|
+
fr: "Visiter notre e-shop",
|
|
982
|
+
en: "Visit our e-shop now"
|
|
983
|
+
},
|
|
979
984
|
our_eshop: {
|
|
980
985
|
nl: "Onze e-shop",
|
|
981
986
|
fr: "Notre e-shop",
|
package/package.json
CHANGED