@micromag/intl 0.3.4 → 0.3.5
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
|
@@ -625,6 +625,10 @@ var opcGwP = [{
|
|
|
625
625
|
type: 0,
|
|
626
626
|
value: "Add a speaker"
|
|
627
627
|
}];
|
|
628
|
+
var p1pghO = [{
|
|
629
|
+
type: 0,
|
|
630
|
+
value: "Box style"
|
|
631
|
+
}];
|
|
628
632
|
var p6n6vY = [{
|
|
629
633
|
type: 0,
|
|
630
634
|
value: "No answer..."
|
|
@@ -1352,6 +1356,7 @@ var messages = {
|
|
|
1352
1356
|
oCBQKV: oCBQKV,
|
|
1353
1357
|
oLtEu6: oLtEu6,
|
|
1354
1358
|
opcGwP: opcGwP,
|
|
1359
|
+
p1pghO: p1pghO,
|
|
1355
1360
|
p6n6vY: p6n6vY,
|
|
1356
1361
|
"p6q/+/": [{
|
|
1357
1362
|
type: 0,
|
package/locale/en.js
CHANGED
|
@@ -619,6 +619,10 @@ var opcGwP = [{
|
|
|
619
619
|
type: 0,
|
|
620
620
|
value: "Add a speaker"
|
|
621
621
|
}];
|
|
622
|
+
var p1pghO = [{
|
|
623
|
+
type: 0,
|
|
624
|
+
value: "Box style"
|
|
625
|
+
}];
|
|
622
626
|
var p6n6vY = [{
|
|
623
627
|
type: 0,
|
|
624
628
|
value: "No answer..."
|
|
@@ -1346,6 +1350,7 @@ var messages = {
|
|
|
1346
1350
|
oCBQKV: oCBQKV,
|
|
1347
1351
|
oLtEu6: oLtEu6,
|
|
1348
1352
|
opcGwP: opcGwP,
|
|
1353
|
+
p1pghO: p1pghO,
|
|
1349
1354
|
p6n6vY: p6n6vY,
|
|
1350
1355
|
"p6q/+/": [{
|
|
1351
1356
|
type: 0,
|
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.5",
|
|
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.5",
|
|
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": "3a617eef4e655aabe14d4eb9da5460e8f3e93d7e"
|
|
79
79
|
}
|