@micromag/intl 0.3.39 → 0.3.53
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
|
@@ -321,6 +321,10 @@ var VspZp9 = [{
|
|
|
321
321
|
type: 0,
|
|
322
322
|
value: "Upload an image"
|
|
323
323
|
}];
|
|
324
|
+
var W3aj7x = [{
|
|
325
|
+
type: 0,
|
|
326
|
+
value: "Without results"
|
|
327
|
+
}];
|
|
324
328
|
var W5qWPj = [{
|
|
325
329
|
type: 0,
|
|
326
330
|
value: "Center"
|
|
@@ -1239,6 +1243,7 @@ var messages = {
|
|
|
1239
1243
|
VDu2FA: VDu2FA,
|
|
1240
1244
|
VMd1oG: VMd1oG,
|
|
1241
1245
|
VspZp9: VspZp9,
|
|
1246
|
+
W3aj7x: W3aj7x,
|
|
1242
1247
|
W5qWPj: W5qWPj,
|
|
1243
1248
|
Wb5zY4: Wb5zY4,
|
|
1244
1249
|
WlNxMj: WlNxMj,
|
package/locale/en.js
CHANGED
|
@@ -315,6 +315,10 @@ var VspZp9 = [{
|
|
|
315
315
|
type: 0,
|
|
316
316
|
value: "Upload an image"
|
|
317
317
|
}];
|
|
318
|
+
var W3aj7x = [{
|
|
319
|
+
type: 0,
|
|
320
|
+
value: "Without results"
|
|
321
|
+
}];
|
|
318
322
|
var W5qWPj = [{
|
|
319
323
|
type: 0,
|
|
320
324
|
value: "Center"
|
|
@@ -1233,6 +1237,7 @@ var messages = {
|
|
|
1233
1237
|
VDu2FA: VDu2FA,
|
|
1234
1238
|
VMd1oG: VMd1oG,
|
|
1235
1239
|
VspZp9: VspZp9,
|
|
1240
|
+
W3aj7x: W3aj7x,
|
|
1236
1241
|
W5qWPj: W5qWPj,
|
|
1237
1242
|
Wb5zY4: Wb5zY4,
|
|
1238
1243
|
WlNxMj: WlNxMj,
|
package/locale/en.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/intl",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.53",
|
|
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.
|
|
61
|
+
"@micromag/core": "^0.3.53",
|
|
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": "4805dedd83a278c2c6d811639f5e81539b81b0a6"
|
|
79
79
|
}
|