@micromag/intl 0.3.152 → 0.3.159

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
@@ -1453,10 +1453,6 @@ var messages = {
1453
1453
  type: 0,
1454
1454
  value: "Parameters"
1455
1455
  }],
1456
- "8EI08h": [{
1457
- type: 0,
1458
- value: "With play/pause button"
1459
- }],
1460
1456
  "8oczXQ": [{
1461
1457
  type: 0,
1462
1458
  value: "Add a marker"
package/locale/en.js CHANGED
@@ -1447,10 +1447,6 @@ var messages = {
1447
1447
  type: 0,
1448
1448
  value: "Parameters"
1449
1449
  }],
1450
- "8EI08h": [{
1451
- type: 0,
1452
- value: "With play/pause button"
1453
- }],
1454
1450
  "8oczXQ": [{
1455
1451
  type: 0,
1456
1452
  value: "Add a marker"
package/locale/en.json CHANGED
@@ -483,12 +483,6 @@
483
483
  "value": "Parameters"
484
484
  }
485
485
  ],
486
- "8EI08h": [
487
- {
488
- "type": 0,
489
- "value": "With play/pause button"
490
- }
491
- ],
492
486
  "8oczXQ": [
493
487
  {
494
488
  "type": 0,
package/locale/fr.cjs.js CHANGED
@@ -1441,10 +1441,6 @@ var messages = {
1441
1441
  type: 0,
1442
1442
  value: "Paramètres"
1443
1443
  }],
1444
- "8EI08h": [{
1445
- type: 0,
1446
- value: "Avec bouton de lecture"
1447
- }],
1448
1444
  "8oczXQ": [{
1449
1445
  type: 0,
1450
1446
  value: "Ajouter un marqueur"
package/locale/fr.js CHANGED
@@ -1435,10 +1435,6 @@ var messages = {
1435
1435
  type: 0,
1436
1436
  value: "Paramètres"
1437
1437
  }],
1438
- "8EI08h": [{
1439
- type: 0,
1440
- value: "Avec bouton de lecture"
1441
- }],
1442
1438
  "8oczXQ": [{
1443
1439
  type: 0,
1444
1440
  value: "Ajouter un marqueur"
package/locale/fr.json CHANGED
@@ -471,12 +471,6 @@
471
471
  "value": "Paramètres"
472
472
  }
473
473
  ],
474
- "8EI08h": [
475
- {
476
- "type": 0,
477
- "value": "Avec bouton de lecture"
478
- }
479
- ],
480
474
  "8oczXQ": [
481
475
  {
482
476
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.152",
3
+ "version": "0.3.159",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@babel/runtime": "^7.13.10",
60
60
  "@formatjs/cli": "^4.4.0",
61
- "@micromag/core": "^0.3.152",
61
+ "@micromag/core": "^0.3.159",
62
62
  "commander": "^8.3.0",
63
63
  "fs-extra": "^10.0.0",
64
64
  "gettext-parser": "^4.0.4",
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "23db6c104c10cc70a73366c8b04576a312a36206"
78
+ "gitHead": "685851a0877cde60bcb1c322d939e93bf2f72792"
79
79
  }