@magento/venia-sample-language-packs 0.0.10 → 0.0.11-alpha.1
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.
- package/i18n/fr_FR.json +1 -0
- package/package.json +2 -2
package/i18n/fr_FR.json
CHANGED
|
@@ -314,6 +314,7 @@
|
|
|
314
314
|
"productFullDetail.errorUnknown": "Impossible d'ajouter l'article au panier. Veuillez vérifier les options requises et réessayer.",
|
|
315
315
|
"productFullDetail.productDescription": "Description du produit",
|
|
316
316
|
"productFullDetail.details": "Détails",
|
|
317
|
+
"productFullDetail.outOfStockProduct": "Cet article n'est actuellement plus en stock",
|
|
317
318
|
"productList.each": " ch.",
|
|
318
319
|
"productList.outOfStock": "en rupture de stock",
|
|
319
320
|
"productList.quantity": "Qté : {quantity}",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@magento/venia-sample-language-packs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11-alpha.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"license": "(OSL-3.0 OR AFL-3.0)",
|
|
14
14
|
"peerDependencies": {
|
|
15
15
|
"@magento/pwa-buildpack": "~11.4.0",
|
|
16
|
-
"@magento/venia-ui": "
|
|
16
|
+
"@magento/venia-ui": "9.7.0-alpha.1"
|
|
17
17
|
},
|
|
18
18
|
"pwa-studio": {
|
|
19
19
|
"targets": {
|