@micromag/intl 0.3.679 → 0.3.680

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/locale/fr.js CHANGED
@@ -1278,6 +1278,10 @@ var trQFlb = [{
1278
1278
  type: 0,
1279
1279
  value: "Audio avant le texte"
1280
1280
  }];
1281
+ var trSRbk = [{
1282
+ type: 0,
1283
+ value: "Texte de substitution"
1284
+ }];
1281
1285
  var tvl2Zc = [{
1282
1286
  type: 0,
1283
1287
  value: "Vidéo"
@@ -1474,6 +1478,10 @@ var yEG9zh = [{
1474
1478
  type: 0,
1475
1479
  value: "Date"
1476
1480
  }];
1481
+ var yGd82s = [{
1482
+ type: 0,
1483
+ value: "Réponse personnalisée"
1484
+ }];
1477
1485
  var yHAmDD = [{
1478
1486
  type: 0,
1479
1487
  value: "Image"
@@ -2542,6 +2550,7 @@ var messages = {
2542
2550
  tYGev7: tYGev7,
2543
2551
  tmfbUn: tmfbUn,
2544
2552
  trQFlb: trQFlb,
2553
+ trSRbk: trSRbk,
2545
2554
  tvl2Zc: tvl2Zc,
2546
2555
  twTaAZ: twTaAZ,
2547
2556
  u3ok54: u3ok54,
@@ -2619,6 +2628,7 @@ var messages = {
2619
2628
  yCXMzz: yCXMzz,
2620
2629
  yCj5uv: yCj5uv,
2621
2630
  yEG9zh: yEG9zh,
2631
+ yGd82s: yGd82s,
2622
2632
  yHAmDD: yHAmDD,
2623
2633
  yMpGIc: yMpGIc,
2624
2634
  yQRtgx: yQRtgx,
package/locale/fr.json CHANGED
@@ -2953,6 +2953,12 @@
2953
2953
  "value": "Audio avant le texte"
2954
2954
  }
2955
2955
  ],
2956
+ "trSRbk": [
2957
+ {
2958
+ "type": 0,
2959
+ "value": "Texte de substitution"
2960
+ }
2961
+ ],
2956
2962
  "tvl2Zc": [
2957
2963
  {
2958
2964
  "type": 0,
@@ -3289,6 +3295,12 @@
3289
3295
  "value": "Date"
3290
3296
  }
3291
3297
  ],
3298
+ "yGd82s": [
3299
+ {
3300
+ "type": 0,
3301
+ "value": "Réponse personnalisée"
3302
+ }
3303
+ ],
3292
3304
  "yHAmDD": [
3293
3305
  {
3294
3306
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.679",
3
+ "version": "0.3.680",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -88,5 +88,5 @@
88
88
  "access": "public",
89
89
  "registry": "https://registry.npmjs.org/"
90
90
  },
91
- "gitHead": "ed32123e4d66d2cfe32ec1fecaf1a435e1b04bbf"
91
+ "gitHead": "0456603c4d1d5dab24973fcb27be0210902e5627"
92
92
  }