@micromag/intl 0.3.124 → 0.3.126
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 +10 -0
- package/locale/en.js +10 -0
- package/locale/en.json +12 -0
- package/package.json +3 -3
package/locale/en.cjs.js
CHANGED
|
@@ -713,10 +713,18 @@ var i6bmbD = [{
|
|
|
713
713
|
type: 0,
|
|
714
714
|
value: "Button"
|
|
715
715
|
}];
|
|
716
|
+
var iD0t3t = [{
|
|
717
|
+
type: 0,
|
|
718
|
+
value: "Et"
|
|
719
|
+
}];
|
|
716
720
|
var iHV3W3 = [{
|
|
717
721
|
type: 0,
|
|
718
722
|
value: "No entry..."
|
|
719
723
|
}];
|
|
724
|
+
var iL9RLu = [{
|
|
725
|
+
type: 0,
|
|
726
|
+
value: "Collaborator"
|
|
727
|
+
}];
|
|
720
728
|
var iipV5Q = [{
|
|
721
729
|
type: 0,
|
|
722
730
|
value: "Type"
|
|
@@ -1754,7 +1762,9 @@ var messages = {
|
|
|
1754
1762
|
value: "Select a font family..."
|
|
1755
1763
|
}],
|
|
1756
1764
|
i6bmbD: i6bmbD,
|
|
1765
|
+
iD0t3t: iD0t3t,
|
|
1757
1766
|
iHV3W3: iHV3W3,
|
|
1767
|
+
iL9RLu: iL9RLu,
|
|
1758
1768
|
iipV5Q: iipV5Q,
|
|
1759
1769
|
irG6mX: irG6mX,
|
|
1760
1770
|
jEK6B8: jEK6B8,
|
package/locale/en.js
CHANGED
|
@@ -707,10 +707,18 @@ var i6bmbD = [{
|
|
|
707
707
|
type: 0,
|
|
708
708
|
value: "Button"
|
|
709
709
|
}];
|
|
710
|
+
var iD0t3t = [{
|
|
711
|
+
type: 0,
|
|
712
|
+
value: "Et"
|
|
713
|
+
}];
|
|
710
714
|
var iHV3W3 = [{
|
|
711
715
|
type: 0,
|
|
712
716
|
value: "No entry..."
|
|
713
717
|
}];
|
|
718
|
+
var iL9RLu = [{
|
|
719
|
+
type: 0,
|
|
720
|
+
value: "Collaborator"
|
|
721
|
+
}];
|
|
714
722
|
var iipV5Q = [{
|
|
715
723
|
type: 0,
|
|
716
724
|
value: "Type"
|
|
@@ -1748,7 +1756,9 @@ var messages = {
|
|
|
1748
1756
|
value: "Select a font family..."
|
|
1749
1757
|
}],
|
|
1750
1758
|
i6bmbD: i6bmbD,
|
|
1759
|
+
iD0t3t: iD0t3t,
|
|
1751
1760
|
iHV3W3: iHV3W3,
|
|
1761
|
+
iL9RLu: iL9RLu,
|
|
1752
1762
|
iipV5Q: iipV5Q,
|
|
1753
1763
|
irG6mX: irG6mX,
|
|
1754
1764
|
jEK6B8: jEK6B8,
|
package/locale/en.json
CHANGED
|
@@ -1733,12 +1733,24 @@
|
|
|
1733
1733
|
"value": "Button"
|
|
1734
1734
|
}
|
|
1735
1735
|
],
|
|
1736
|
+
"iD0t3t": [
|
|
1737
|
+
{
|
|
1738
|
+
"type": 0,
|
|
1739
|
+
"value": "Et"
|
|
1740
|
+
}
|
|
1741
|
+
],
|
|
1736
1742
|
"iHV3W3": [
|
|
1737
1743
|
{
|
|
1738
1744
|
"type": 0,
|
|
1739
1745
|
"value": "No entry..."
|
|
1740
1746
|
}
|
|
1741
1747
|
],
|
|
1748
|
+
"iL9RLu": [
|
|
1749
|
+
{
|
|
1750
|
+
"type": 0,
|
|
1751
|
+
"value": "Collaborator"
|
|
1752
|
+
}
|
|
1753
|
+
],
|
|
1742
1754
|
"iipV5Q": [
|
|
1743
1755
|
{
|
|
1744
1756
|
"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.126",
|
|
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.126",
|
|
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": "079203c5850c4aa771bc4fa1c567d2db1bc3ee3d"
|
|
79
79
|
}
|