@micromag/intl 0.2.400 → 0.2.401
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 +5 -0
- package/locale/en.js +5 -0
- package/locale/en.json +6 -0
- package/package.json +3 -3
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/intl",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.401",
|
|
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.
|
|
61
|
+
"@micromag/core": "^0.2.401",
|
|
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": "
|
|
78
|
+
"gitHead": "fd03ec6d9decc9e18d6088a36e47c7b1e0e72b4c"
|
|
79
79
|
}
|