@panneau/intl 3.0.86 → 3.0.98

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/en.cjs.js CHANGED
@@ -210,6 +210,10 @@ var oc3YLT = [{
210
210
  type: 0,
211
211
  value: "Choose an item"
212
212
  }];
213
+ var odaCUe = [{
214
+ type: 0,
215
+ value: "Clear"
216
+ }];
213
217
  var owrRHV = [{
214
218
  type: 0,
215
219
  value: "Error 500"
@@ -478,6 +482,7 @@ var messages = {
478
482
  li2Qqu: li2Qqu,
479
483
  mCfzkJ: mCfzkJ,
480
484
  oc3YLT: oc3YLT,
485
+ odaCUe: odaCUe,
481
486
  owrRHV: owrRHV,
482
487
  pVHYDd: pVHYDd,
483
488
  pZytAx: pZytAx,
package/locale/en.js CHANGED
@@ -204,6 +204,10 @@ var oc3YLT = [{
204
204
  type: 0,
205
205
  value: "Choose an item"
206
206
  }];
207
+ var odaCUe = [{
208
+ type: 0,
209
+ value: "Clear"
210
+ }];
207
211
  var owrRHV = [{
208
212
  type: 0,
209
213
  value: "Error 500"
@@ -472,6 +476,7 @@ var messages = {
472
476
  li2Qqu: li2Qqu,
473
477
  mCfzkJ: mCfzkJ,
474
478
  oc3YLT: oc3YLT,
479
+ odaCUe: odaCUe,
475
480
  owrRHV: owrRHV,
476
481
  pVHYDd: pVHYDd,
477
482
  pZytAx: pZytAx,
package/locale/en.json CHANGED
@@ -523,6 +523,12 @@
523
523
  "value": "Choose an item"
524
524
  }
525
525
  ],
526
+ "odaCUe": [
527
+ {
528
+ "type": 0,
529
+ "value": "Clear"
530
+ }
531
+ ],
526
532
  "owrRHV": [
527
533
  {
528
534
  "type": 0,
package/locale/fr.cjs.js CHANGED
@@ -210,6 +210,10 @@ var oc3YLT = [{
210
210
  type: 0,
211
211
  value: "Choisissez un item"
212
212
  }];
213
+ var odaCUe = [{
214
+ type: 0,
215
+ value: "Effacer"
216
+ }];
213
217
  var owrRHV = [{
214
218
  type: 0,
215
219
  value: "Erreur 500"
@@ -478,6 +482,7 @@ var messages = {
478
482
  li2Qqu: li2Qqu,
479
483
  mCfzkJ: mCfzkJ,
480
484
  oc3YLT: oc3YLT,
485
+ odaCUe: odaCUe,
481
486
  owrRHV: owrRHV,
482
487
  pVHYDd: pVHYDd,
483
488
  pZytAx: pZytAx,
package/locale/fr.js CHANGED
@@ -204,6 +204,10 @@ var oc3YLT = [{
204
204
  type: 0,
205
205
  value: "Choisissez un item"
206
206
  }];
207
+ var odaCUe = [{
208
+ type: 0,
209
+ value: "Effacer"
210
+ }];
207
211
  var owrRHV = [{
208
212
  type: 0,
209
213
  value: "Erreur 500"
@@ -472,6 +476,7 @@ var messages = {
472
476
  li2Qqu: li2Qqu,
473
477
  mCfzkJ: mCfzkJ,
474
478
  oc3YLT: oc3YLT,
479
+ odaCUe: odaCUe,
475
480
  owrRHV: owrRHV,
476
481
  pVHYDd: pVHYDd,
477
482
  pZytAx: pZytAx,
package/locale/fr.json CHANGED
@@ -523,6 +523,12 @@
523
523
  "value": "Choisissez un item"
524
524
  }
525
525
  ],
526
+ "odaCUe": [
527
+ {
528
+ "type": 0,
529
+ "value": "Effacer"
530
+ }
531
+ ],
526
532
  "owrRHV": [
527
533
  {
528
534
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/intl",
3
- "version": "3.0.86",
3
+ "version": "3.0.98",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -82,5 +82,5 @@
82
82
  "publishConfig": {
83
83
  "access": "public"
84
84
  },
85
- "gitHead": "58d37a69c6a9f5c672e57a711bd7e51c8585aa8e"
85
+ "gitHead": "2345ee34fcf0203a99a3f763b46c9d52597fc6ce"
86
86
  }