@micromag/intl 0.3.24 → 0.3.27

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
@@ -58,6 +58,10 @@ var CrzYgw = [{
58
58
  type: 0,
59
59
  value: "Citation"
60
60
  }];
61
+ var D7LIZQ = [{
62
+ type: 0,
63
+ value: "Démarrer"
64
+ }];
61
65
  var DU1qdc = [{
62
66
  type: 0,
63
67
  value: "Couleur du texte"
@@ -1118,6 +1122,7 @@ var messages = {
1118
1122
  CJmQeh: CJmQeh,
1119
1123
  CW3KAC: CW3KAC,
1120
1124
  CrzYgw: CrzYgw,
1125
+ D7LIZQ: D7LIZQ,
1121
1126
  DU1qdc: DU1qdc,
1122
1127
  DWEzCv: DWEzCv,
1123
1128
  EDFyUp: EDFyUp,
package/locale/fr.js CHANGED
@@ -52,6 +52,10 @@ var CrzYgw = [{
52
52
  type: 0,
53
53
  value: "Citation"
54
54
  }];
55
+ var D7LIZQ = [{
56
+ type: 0,
57
+ value: "Démarrer"
58
+ }];
55
59
  var DU1qdc = [{
56
60
  type: 0,
57
61
  value: "Couleur du texte"
@@ -1112,6 +1116,7 @@ var messages = {
1112
1116
  CJmQeh: CJmQeh,
1113
1117
  CW3KAC: CW3KAC,
1114
1118
  CrzYgw: CrzYgw,
1119
+ D7LIZQ: D7LIZQ,
1115
1120
  DU1qdc: DU1qdc,
1116
1121
  DWEzCv: DWEzCv,
1117
1122
  EDFyUp: EDFyUp,
package/locale/fr.json CHANGED
@@ -483,6 +483,12 @@
483
483
  "value": "Citation"
484
484
  }
485
485
  ],
486
+ "D7LIZQ": [
487
+ {
488
+ "type": 0,
489
+ "value": "Démarrer"
490
+ }
491
+ ],
486
492
  "DU1qdc": [
487
493
  {
488
494
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.24",
3
+ "version": "0.3.27",
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.24",
61
+ "@micromag/core": "^0.3.27",
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": "f2d5d71a3e5c5e6d6e9d8af3bdd8a71bf38fbbb7"
78
+ "gitHead": "18798c7cbbab4d9a702e7070950394f05c1170cb"
79
79
  }