@micromag/intl 0.3.511 → 0.3.512
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
|
@@ -67,6 +67,10 @@ var BgrRxZ = [{
|
|
|
67
67
|
type: 0,
|
|
68
68
|
value: "Intro"
|
|
69
69
|
}];
|
|
70
|
+
var BjSp56 = [{
|
|
71
|
+
type: 0,
|
|
72
|
+
value: "Test custom field"
|
|
73
|
+
}];
|
|
70
74
|
var BnRW4y = [{
|
|
71
75
|
type: 0,
|
|
72
76
|
value: "Results title"
|
|
@@ -1954,6 +1958,7 @@ var messages = {
|
|
|
1954
1958
|
BAfC6s: BAfC6s,
|
|
1955
1959
|
BSTWf8: BSTWf8,
|
|
1956
1960
|
BgrRxZ: BgrRxZ,
|
|
1961
|
+
BjSp56: BjSp56,
|
|
1957
1962
|
BnRW4y: BnRW4y,
|
|
1958
1963
|
BpZoQZ: BpZoQZ,
|
|
1959
1964
|
BwYZbB: BwYZbB,
|
package/locale/en.js
CHANGED
|
@@ -65,6 +65,10 @@ var BgrRxZ = [{
|
|
|
65
65
|
type: 0,
|
|
66
66
|
value: "Intro"
|
|
67
67
|
}];
|
|
68
|
+
var BjSp56 = [{
|
|
69
|
+
type: 0,
|
|
70
|
+
value: "Test custom field"
|
|
71
|
+
}];
|
|
68
72
|
var BnRW4y = [{
|
|
69
73
|
type: 0,
|
|
70
74
|
value: "Results title"
|
|
@@ -1952,6 +1956,7 @@ var messages = {
|
|
|
1952
1956
|
BAfC6s: BAfC6s,
|
|
1953
1957
|
BSTWf8: BSTWf8,
|
|
1954
1958
|
BgrRxZ: BgrRxZ,
|
|
1959
|
+
BjSp56: BjSp56,
|
|
1955
1960
|
BnRW4y: BnRW4y,
|
|
1956
1961
|
BpZoQZ: BpZoQZ,
|
|
1957
1962
|
BwYZbB: BwYZbB,
|
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.512",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@babel/runtime": "^7.13.10",
|
|
75
75
|
"@formatjs/cli": "^6.2.7",
|
|
76
|
-
"@micromag/core": "^0.3.
|
|
76
|
+
"@micromag/core": "^0.3.512",
|
|
77
77
|
"commander": "^12.0.0",
|
|
78
78
|
"fs-extra": "^11.2.0",
|
|
79
79
|
"gettext-parser": "^7.0.1",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"access": "public",
|
|
92
92
|
"registry": "https://registry.npmjs.org/"
|
|
93
93
|
},
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"gitHead": "23de9c46447bade478129227281870191d4fcc94"
|
|
95
95
|
}
|