@micromag/intl 0.3.126 → 0.3.137
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 +4 -5
- package/locale/en.js +4 -5
- package/locale/en.json +6 -6
- package/package.json +3 -3
package/locale/en.cjs.js
CHANGED
|
@@ -713,10 +713,6 @@ var i6bmbD = [{
|
|
|
713
713
|
type: 0,
|
|
714
714
|
value: "Button"
|
|
715
715
|
}];
|
|
716
|
-
var iD0t3t = [{
|
|
717
|
-
type: 0,
|
|
718
|
-
value: "Et"
|
|
719
|
-
}];
|
|
720
716
|
var iHV3W3 = [{
|
|
721
717
|
type: 0,
|
|
722
718
|
value: "No entry..."
|
|
@@ -1357,6 +1353,10 @@ var messages = {
|
|
|
1357
1353
|
type: 0,
|
|
1358
1354
|
value: "Thumbnail"
|
|
1359
1355
|
}],
|
|
1356
|
+
"4y3gAI": [{
|
|
1357
|
+
type: 0,
|
|
1358
|
+
value: "Result percentage text"
|
|
1359
|
+
}],
|
|
1360
1360
|
"507VAi": [{
|
|
1361
1361
|
type: 0,
|
|
1362
1362
|
value: "Description"
|
|
@@ -1762,7 +1762,6 @@ var messages = {
|
|
|
1762
1762
|
value: "Select a font family..."
|
|
1763
1763
|
}],
|
|
1764
1764
|
i6bmbD: i6bmbD,
|
|
1765
|
-
iD0t3t: iD0t3t,
|
|
1766
1765
|
iHV3W3: iHV3W3,
|
|
1767
1766
|
iL9RLu: iL9RLu,
|
|
1768
1767
|
iipV5Q: iipV5Q,
|
package/locale/en.js
CHANGED
|
@@ -707,10 +707,6 @@ var i6bmbD = [{
|
|
|
707
707
|
type: 0,
|
|
708
708
|
value: "Button"
|
|
709
709
|
}];
|
|
710
|
-
var iD0t3t = [{
|
|
711
|
-
type: 0,
|
|
712
|
-
value: "Et"
|
|
713
|
-
}];
|
|
714
710
|
var iHV3W3 = [{
|
|
715
711
|
type: 0,
|
|
716
712
|
value: "No entry..."
|
|
@@ -1351,6 +1347,10 @@ var messages = {
|
|
|
1351
1347
|
type: 0,
|
|
1352
1348
|
value: "Thumbnail"
|
|
1353
1349
|
}],
|
|
1350
|
+
"4y3gAI": [{
|
|
1351
|
+
type: 0,
|
|
1352
|
+
value: "Result percentage text"
|
|
1353
|
+
}],
|
|
1354
1354
|
"507VAi": [{
|
|
1355
1355
|
type: 0,
|
|
1356
1356
|
value: "Description"
|
|
@@ -1756,7 +1756,6 @@ var messages = {
|
|
|
1756
1756
|
value: "Select a font family..."
|
|
1757
1757
|
}],
|
|
1758
1758
|
i6bmbD: i6bmbD,
|
|
1759
|
-
iD0t3t: iD0t3t,
|
|
1760
1759
|
iHV3W3: iHV3W3,
|
|
1761
1760
|
iL9RLu: iL9RLu,
|
|
1762
1761
|
iipV5Q: iipV5Q,
|
package/locale/en.json
CHANGED
|
@@ -327,6 +327,12 @@
|
|
|
327
327
|
"value": "Thumbnail"
|
|
328
328
|
}
|
|
329
329
|
],
|
|
330
|
+
"4y3gAI": [
|
|
331
|
+
{
|
|
332
|
+
"type": 0,
|
|
333
|
+
"value": "Result percentage text"
|
|
334
|
+
}
|
|
335
|
+
],
|
|
330
336
|
"507VAi": [
|
|
331
337
|
{
|
|
332
338
|
"type": 0,
|
|
@@ -1733,12 +1739,6 @@
|
|
|
1733
1739
|
"value": "Button"
|
|
1734
1740
|
}
|
|
1735
1741
|
],
|
|
1736
|
-
"iD0t3t": [
|
|
1737
|
-
{
|
|
1738
|
-
"type": 0,
|
|
1739
|
-
"value": "Et"
|
|
1740
|
-
}
|
|
1741
|
-
],
|
|
1742
1742
|
"iHV3W3": [
|
|
1743
1743
|
{
|
|
1744
1744
|
"type": 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/intl",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.137",
|
|
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.137",
|
|
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": "a94963893e52f7914128182fe7e1538de79b6f20"
|
|
79
79
|
}
|