@micromag/intl 0.3.35 → 0.3.41
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
|
@@ -26,6 +26,10 @@ var AQ8Aig = [{
|
|
|
26
26
|
type: 0,
|
|
27
27
|
value: "Used"
|
|
28
28
|
}];
|
|
29
|
+
var AV6gfh = [{
|
|
30
|
+
type: 0,
|
|
31
|
+
value: "Edit call to action..."
|
|
32
|
+
}];
|
|
29
33
|
var AuxqcG = [{
|
|
30
34
|
type: 0,
|
|
31
35
|
value: "Fullscreen"
|
|
@@ -1110,6 +1114,7 @@ var messages = {
|
|
|
1110
1114
|
ACkeH6: ACkeH6,
|
|
1111
1115
|
AHvHaY: AHvHaY,
|
|
1112
1116
|
AQ8Aig: AQ8Aig,
|
|
1117
|
+
AV6gfh: AV6gfh,
|
|
1113
1118
|
AuxqcG: AuxqcG,
|
|
1114
1119
|
"B1MeY+": [{
|
|
1115
1120
|
type: 0,
|
package/locale/en.js
CHANGED
|
@@ -20,6 +20,10 @@ var AQ8Aig = [{
|
|
|
20
20
|
type: 0,
|
|
21
21
|
value: "Used"
|
|
22
22
|
}];
|
|
23
|
+
var AV6gfh = [{
|
|
24
|
+
type: 0,
|
|
25
|
+
value: "Edit call to action..."
|
|
26
|
+
}];
|
|
23
27
|
var AuxqcG = [{
|
|
24
28
|
type: 0,
|
|
25
29
|
value: "Fullscreen"
|
|
@@ -1104,6 +1108,7 @@ var messages = {
|
|
|
1104
1108
|
ACkeH6: ACkeH6,
|
|
1105
1109
|
AHvHaY: AHvHaY,
|
|
1106
1110
|
AQ8Aig: AQ8Aig,
|
|
1111
|
+
AV6gfh: AV6gfh,
|
|
1107
1112
|
AuxqcG: AuxqcG,
|
|
1108
1113
|
"B1MeY+": [{
|
|
1109
1114
|
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.41",
|
|
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.39",
|
|
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": "8c52a4fe354d583bab2697922e685998ee240aa2"
|
|
79
79
|
}
|