@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 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
@@ -783,6 +783,12 @@
783
783
  "value": "Intro"
784
784
  }
785
785
  ],
786
+ "BjSp56": [
787
+ {
788
+ "type": 0,
789
+ "value": "Test custom field"
790
+ }
791
+ ],
786
792
  "BnRW4y": [
787
793
  {
788
794
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.511",
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.509",
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": "523a6bf51e8304af2752706c4fdcc5eac2f7d6f8"
94
+ "gitHead": "23de9c46447bade478129227281870191d4fcc94"
95
95
  }