@micromag/intl 0.3.512 → 0.3.513

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/fr.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: "Champ custom test"
73
+ }];
70
74
  var BnRW4y = [{
71
75
  type: 0,
72
76
  value: "Titre des résultats"
@@ -1613,6 +1617,10 @@ var messages = {
1613
1617
  type: 0,
1614
1618
  value: "Fenêtre contextuelle"
1615
1619
  }],
1620
+ "1dqmFw": [{
1621
+ type: 0,
1622
+ value: "Document"
1623
+ }],
1616
1624
  "2/F1Q7": [{
1617
1625
  type: 0,
1618
1626
  value: "#"
@@ -1946,6 +1954,7 @@ var messages = {
1946
1954
  BAfC6s: BAfC6s,
1947
1955
  BSTWf8: BSTWf8,
1948
1956
  BgrRxZ: BgrRxZ,
1957
+ BjSp56: BjSp56,
1949
1958
  BnRW4y: BnRW4y,
1950
1959
  BpZoQZ: BpZoQZ,
1951
1960
  BwYZbB: BwYZbB,
package/locale/fr.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: "Champ custom test"
71
+ }];
68
72
  var BnRW4y = [{
69
73
  type: 0,
70
74
  value: "Titre des résultats"
@@ -1611,6 +1615,10 @@ var messages = {
1611
1615
  type: 0,
1612
1616
  value: "Fenêtre contextuelle"
1613
1617
  }],
1618
+ "1dqmFw": [{
1619
+ type: 0,
1620
+ value: "Document"
1621
+ }],
1614
1622
  "2/F1Q7": [{
1615
1623
  type: 0,
1616
1624
  value: "#"
@@ -1944,6 +1952,7 @@ var messages = {
1944
1952
  BAfC6s: BAfC6s,
1945
1953
  BSTWf8: BSTWf8,
1946
1954
  BgrRxZ: BgrRxZ,
1955
+ BjSp56: BjSp56,
1947
1956
  BnRW4y: BnRW4y,
1948
1957
  BpZoQZ: BpZoQZ,
1949
1958
  BwYZbB: BwYZbB,
package/locale/fr.json CHANGED
@@ -197,6 +197,12 @@
197
197
  "value": "Fenêtre contextuelle"
198
198
  }
199
199
  ],
200
+ "1dqmFw": [
201
+ {
202
+ "type": 0,
203
+ "value": "Document"
204
+ }
205
+ ],
200
206
  "2/F1Q7": [
201
207
  {
202
208
  "type": 0,
@@ -771,6 +777,12 @@
771
777
  "value": "Intro"
772
778
  }
773
779
  ],
780
+ "BjSp56": [
781
+ {
782
+ "type": 0,
783
+ "value": "Champ custom test"
784
+ }
785
+ ],
774
786
  "BnRW4y": [
775
787
  {
776
788
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.512",
3
+ "version": "0.3.513",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -91,5 +91,5 @@
91
91
  "access": "public",
92
92
  "registry": "https://registry.npmjs.org/"
93
93
  },
94
- "gitHead": "23de9c46447bade478129227281870191d4fcc94"
94
+ "gitHead": "c8103d2449380db0d3ca04fa4cb072a3533752a2"
95
95
  }