@micromag/intl 0.3.497 → 0.3.503

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/es/index.js CHANGED
@@ -11,7 +11,7 @@ var IntlManager = /*#__PURE__*/function () {
11
11
  _classCallCheck(this, IntlManager);
12
12
  this.locales = [];
13
13
  }
14
- _createClass(IntlManager, [{
14
+ return _createClass(IntlManager, [{
15
15
  key: "addLocale",
16
16
  value: function addLocale(locale, messages) {
17
17
  var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
@@ -47,7 +47,6 @@ var IntlManager = /*#__PURE__*/function () {
47
47
  return localeObj.messages;
48
48
  }
49
49
  }]);
50
- return IntlManager;
51
50
  }();
52
51
  var IntlManager$1 = IntlManager;
53
52
 
package/lib/index.js CHANGED
@@ -15,7 +15,7 @@ var IntlManager = /*#__PURE__*/function () {
15
15
  _classCallCheck(this, IntlManager);
16
16
  this.locales = [];
17
17
  }
18
- _createClass(IntlManager, [{
18
+ return _createClass(IntlManager, [{
19
19
  key: "addLocale",
20
20
  value: function addLocale(locale, messages) {
21
21
  var replace = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
@@ -51,7 +51,6 @@ var IntlManager = /*#__PURE__*/function () {
51
51
  return localeObj.messages;
52
52
  }
53
53
  }]);
54
- return IntlManager;
55
54
  }();
56
55
  var IntlManager$1 = IntlManager;
57
56
 
package/locale/fr.cjs.js CHANGED
@@ -1441,6 +1441,10 @@ var messages = {
1441
1441
  type: 0,
1442
1442
  value: "Modifier le texte"
1443
1443
  }],
1444
+ "/2i9do": [{
1445
+ type: 0,
1446
+ value: "Choisissez un média"
1447
+ }],
1444
1448
  "/62oe4": [{
1445
1449
  type: 0,
1446
1450
  value: "Mes fichiers"
package/locale/fr.js CHANGED
@@ -1439,6 +1439,10 @@ var messages = {
1439
1439
  type: 0,
1440
1440
  value: "Modifier le texte"
1441
1441
  }],
1442
+ "/2i9do": [{
1443
+ type: 0,
1444
+ value: "Choisissez un média"
1445
+ }],
1442
1446
  "/62oe4": [{
1443
1447
  type: 0,
1444
1448
  value: "Mes fichiers"
package/locale/fr.json CHANGED
@@ -71,6 +71,12 @@
71
71
  "value": "Modifier le texte"
72
72
  }
73
73
  ],
74
+ "/2i9do": [
75
+ {
76
+ "type": 0,
77
+ "value": "Choisissez un média"
78
+ }
79
+ ],
74
80
  "/62oe4": [
75
81
  {
76
82
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.497",
3
+ "version": "0.3.503",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -73,7 +73,7 @@
73
73
  "dependencies": {
74
74
  "@babel/runtime": "^7.13.10",
75
75
  "@formatjs/cli": "^6.2.7",
76
- "@micromag/core": "^0.3.497",
76
+ "@micromag/core": "^0.3.503",
77
77
  "commander": "^8.3.0",
78
78
  "fs-extra": "^10.0.0",
79
79
  "gettext-parser": "^4.0.4",
@@ -91,5 +91,5 @@
91
91
  "access": "public",
92
92
  "registry": "https://registry.npmjs.org/"
93
93
  },
94
- "gitHead": "94e795f19f551f20411fb12fada0906c5cdb0d4b"
94
+ "gitHead": "50e91d4d3f655cd4fbe8a9fc1c3dec54f3fc63ca"
95
95
  }