@micromag/intl 0.4.17 → 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
@@ -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,
package/locale/fr.json CHANGED
@@ -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": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.4.17",
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.17",
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": "d9c4b170763e7510eb07100538af44524ca9292c",
93
+ "gitHead": "a63f6767ff494180f4ee718e47d274bfc8d82eb4",
94
94
  "types": "es/index.d.ts"
95
95
  }