@micromag/intl 0.2.399 → 0.2.404

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
@@ -157,6 +157,10 @@ var MYZwSA = [{
157
157
  type: 0,
158
158
  value: "Audio"
159
159
  }];
160
+ var MhGUaY = [{
161
+ type: 0,
162
+ value: "Slideshow"
163
+ }];
160
164
  var MmJQ7o = [{
161
165
  type: 0,
162
166
  value: "Gallery with captions"
@@ -1098,6 +1102,7 @@ var messages = {
1098
1102
  LkVfwW: LkVfwW,
1099
1103
  MLuvzG: MLuvzG,
1100
1104
  MYZwSA: MYZwSA,
1105
+ MhGUaY: MhGUaY,
1101
1106
  MmJQ7o: MmJQ7o,
1102
1107
  N25iDO: N25iDO,
1103
1108
  NmCfTO: NmCfTO,
package/locale/en.js CHANGED
@@ -151,6 +151,10 @@ var MYZwSA = [{
151
151
  type: 0,
152
152
  value: "Audio"
153
153
  }];
154
+ var MhGUaY = [{
155
+ type: 0,
156
+ value: "Slideshow"
157
+ }];
154
158
  var MmJQ7o = [{
155
159
  type: 0,
156
160
  value: "Gallery with captions"
@@ -1092,6 +1096,7 @@ var messages = {
1092
1096
  LkVfwW: LkVfwW,
1093
1097
  MLuvzG: MLuvzG,
1094
1098
  MYZwSA: MYZwSA,
1099
+ MhGUaY: MhGUaY,
1095
1100
  MmJQ7o: MmJQ7o,
1096
1101
  N25iDO: N25iDO,
1097
1102
  NmCfTO: NmCfTO,
package/locale/en.json CHANGED
@@ -721,6 +721,12 @@
721
721
  "value": "Audio"
722
722
  }
723
723
  ],
724
+ "MhGUaY": [
725
+ {
726
+ "type": 0,
727
+ "value": "Slideshow"
728
+ }
729
+ ],
724
730
  "MmJQ7o": [
725
731
  {
726
732
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.2.399",
3
+ "version": "0.2.404",
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.2.399",
61
+ "@micromag/core": "^0.2.404",
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": "7831a2f2c709e75b499cefbad367cfd7ee41cf04"
78
+ "gitHead": "34d5345cb0dad79206bb6b7a25f02742663023ee"
79
79
  }