@micromag/intl 0.3.371 → 0.3.377

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
@@ -258,6 +258,10 @@ var KuzZbb = [{
258
258
  type: 0,
259
259
  value: "Background color"
260
260
  }];
261
+ var KvBdrU = [{
262
+ type: 0,
263
+ value: "Background text"
264
+ }];
261
265
  var LFziCV = [{
262
266
  type: 0,
263
267
  value: "Without right/wrong icon"
@@ -1784,6 +1788,7 @@ var messages = {
1784
1788
  KK5teQ: KK5teQ,
1785
1789
  KdAKt7: KdAKt7,
1786
1790
  KuzZbb: KuzZbb,
1791
+ KvBdrU: KvBdrU,
1787
1792
  LFziCV: LFziCV,
1788
1793
  LI0Gz4: LI0Gz4,
1789
1794
  LOknw0: LOknw0,
package/locale/en.js CHANGED
@@ -252,6 +252,10 @@ var KuzZbb = [{
252
252
  type: 0,
253
253
  value: "Background color"
254
254
  }];
255
+ var KvBdrU = [{
256
+ type: 0,
257
+ value: "Background text"
258
+ }];
255
259
  var LFziCV = [{
256
260
  type: 0,
257
261
  value: "Without right/wrong icon"
@@ -1778,6 +1782,7 @@ var messages = {
1778
1782
  KK5teQ: KK5teQ,
1779
1783
  KdAKt7: KdAKt7,
1780
1784
  KuzZbb: KuzZbb,
1785
+ KvBdrU: KvBdrU,
1781
1786
  LFziCV: LFziCV,
1782
1787
  LI0Gz4: LI0Gz4,
1783
1788
  LOknw0: LOknw0,
package/locale/en.json CHANGED
@@ -1035,6 +1035,12 @@
1035
1035
  "value": "Background color"
1036
1036
  }
1037
1037
  ],
1038
+ "KvBdrU": [
1039
+ {
1040
+ "type": 0,
1041
+ "value": "Background text"
1042
+ }
1043
+ ],
1038
1044
  "LFziCV": [
1039
1045
  {
1040
1046
  "type": 0,
package/locale/fr.cjs.js CHANGED
@@ -258,6 +258,10 @@ var KuzZbb = [{
258
258
  type: 0,
259
259
  value: "Couleur de l'arrière-plan"
260
260
  }];
261
+ var KvBdrU = [{
262
+ type: 0,
263
+ value: "Texte en arrière-plan"
264
+ }];
261
265
  var LFziCV = [{
262
266
  type: 0,
263
267
  value: "Sans icône vrai/faux"
@@ -1784,6 +1788,7 @@ var messages = {
1784
1788
  KK5teQ: KK5teQ,
1785
1789
  KdAKt7: KdAKt7,
1786
1790
  KuzZbb: KuzZbb,
1791
+ KvBdrU: KvBdrU,
1787
1792
  LFziCV: LFziCV,
1788
1793
  LI0Gz4: LI0Gz4,
1789
1794
  LOknw0: LOknw0,
package/locale/fr.js CHANGED
@@ -252,6 +252,10 @@ var KuzZbb = [{
252
252
  type: 0,
253
253
  value: "Couleur de l'arrière-plan"
254
254
  }];
255
+ var KvBdrU = [{
256
+ type: 0,
257
+ value: "Texte en arrière-plan"
258
+ }];
255
259
  var LFziCV = [{
256
260
  type: 0,
257
261
  value: "Sans icône vrai/faux"
@@ -1778,6 +1782,7 @@ var messages = {
1778
1782
  KK5teQ: KK5teQ,
1779
1783
  KdAKt7: KdAKt7,
1780
1784
  KuzZbb: KuzZbb,
1785
+ KvBdrU: KvBdrU,
1781
1786
  LFziCV: LFziCV,
1782
1787
  LI0Gz4: LI0Gz4,
1783
1788
  LOknw0: LOknw0,
package/locale/fr.json CHANGED
@@ -1035,6 +1035,12 @@
1035
1035
  "value": "Couleur de l'arrière-plan"
1036
1036
  }
1037
1037
  ],
1038
+ "KvBdrU": [
1039
+ {
1040
+ "type": 0,
1041
+ "value": "Texte en arrière-plan"
1042
+ }
1043
+ ],
1038
1044
  "LFziCV": [
1039
1045
  {
1040
1046
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.371",
3
+ "version": "0.3.377",
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.371",
61
+ "@micromag/core": "^0.3.377",
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": "8cf85c6ae97228cf36457a674081bce1d82e7d5d"
78
+ "gitHead": "80f2c43eabcb9c8e23e71704751c4ad4066e4d3a"
79
79
  }