@micromag/intl 0.4.16 → 0.4.19

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.js CHANGED
@@ -480,7 +480,7 @@ var PKCv5M = [{
480
480
  }];
481
481
  var PYokTY = [{
482
482
  type: 0,
483
- value: "Style de la boîte d'Libellé"
483
+ value: "Style de la boîte de libellé"
484
484
  }];
485
485
  var PyxZY2 = [{
486
486
  type: 0,
@@ -552,7 +552,7 @@ var SyMSDa = [{
552
552
  }];
553
553
  var T0pi1u = [{
554
554
  type: 0,
555
- value: "Avec barre de recherche"
555
+ value: "Avec barre d'avancement"
556
556
  }];
557
557
  var T9NZPQ = [{
558
558
  type: 0,
@@ -916,7 +916,7 @@ var eDMxHS = [{
916
916
  }];
917
917
  var eJMcXw = [{
918
918
  type: 0,
919
- value: "Jeu de tri"
919
+ value: "Jeu de l'ordre"
920
920
  }];
921
921
  var eNdbJF = [{
922
922
  type: 0,
@@ -1344,7 +1344,7 @@ var rvOVCV = [{
1344
1344
  }];
1345
1345
  var rzXCu2 = [{
1346
1346
  type: 0,
1347
- value: "Style de l'Libellé"
1347
+ value: "Style de libellé"
1348
1348
  }];
1349
1349
  var rzdds2 = [{
1350
1350
  type: 0,
package/locale/fr.json CHANGED
@@ -1590,7 +1590,7 @@
1590
1590
  "PYokTY": [
1591
1591
  {
1592
1592
  "type": 0,
1593
- "value": "Style de la boîte d'Libellé"
1593
+ "value": "Style de la boîte de libellé"
1594
1594
  }
1595
1595
  ],
1596
1596
  "PyxZY2": [
@@ -1722,7 +1722,7 @@
1722
1722
  "T0pi1u": [
1723
1723
  {
1724
1724
  "type": 0,
1725
- "value": "Avec barre de recherche"
1725
+ "value": "Avec barre d'avancement"
1726
1726
  }
1727
1727
  ],
1728
1728
  "T9NZPQ": [
@@ -2428,7 +2428,7 @@
2428
2428
  "eJMcXw": [
2429
2429
  {
2430
2430
  "type": 0,
2431
- "value": "Jeu de tri"
2431
+ "value": "Jeu de l'ordre"
2432
2432
  }
2433
2433
  ],
2434
2434
  "eNdbJF": [
@@ -3190,7 +3190,7 @@
3190
3190
  "rzXCu2": [
3191
3191
  {
3192
3192
  "type": 0,
3193
- "value": "Style de l'Libellé"
3193
+ "value": "Style de libellé"
3194
3194
  }
3195
3195
  ],
3196
3196
  "rzdds2": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.4.16",
3
+ "version": "0.4.19",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -73,7 +73,7 @@
73
73
  "dependencies": {
74
74
  "@babel/runtime": "^7.28.6",
75
75
  "@formatjs/cli": "^6.2.7",
76
- "@micromag/core": "^0.4.16",
76
+ "@micromag/core": "^0.4.19",
77
77
  "commander": "^12.0.0",
78
78
  "fs-extra": "^11.2.0",
79
79
  "gettext-parser": "^7.0.1",
@@ -90,6 +90,6 @@
90
90
  "access": "public",
91
91
  "registry": "https://registry.npmjs.org/"
92
92
  },
93
- "gitHead": "824044e14db5fe4efb580378ffd22f64eb635bca",
93
+ "gitHead": "a63f6767ff494180f4ee718e47d274bfc8d82eb4",
94
94
  "types": "es/index.d.ts"
95
95
  }