@micromag/intl 0.3.83 → 0.3.86

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
@@ -1086,10 +1086,6 @@ var messages = {
1086
1086
  type: 0,
1087
1087
  value: "My files"
1088
1088
  }],
1089
- "/MsgWe": [{
1090
- type: 0,
1091
- value: "Date"
1092
- }],
1093
1089
  "/OM5UY": [{
1094
1090
  type: 0,
1095
1091
  value: "Tags"
package/locale/en.js CHANGED
@@ -1080,10 +1080,6 @@ var messages = {
1080
1080
  type: 0,
1081
1081
  value: "My files"
1082
1082
  }],
1083
- "/MsgWe": [{
1084
- type: 0,
1085
- value: "Date"
1086
- }],
1087
1083
  "/OM5UY": [{
1088
1084
  type: 0,
1089
1085
  value: "Tags"
package/locale/en.json CHANGED
@@ -71,12 +71,6 @@
71
71
  "value": "My files"
72
72
  }
73
73
  ],
74
- "/MsgWe": [
75
- {
76
- "type": 0,
77
- "value": "Date"
78
- }
79
- ],
80
74
  "/OM5UY": [
81
75
  {
82
76
  "type": 0,
package/locale/fr.cjs.js CHANGED
@@ -569,6 +569,10 @@ var eBFxNl = [{
569
569
  type: 0,
570
570
  value: "Action"
571
571
  }];
572
+ var eDMxHS = [{
573
+ type: 0,
574
+ value: "Graisse"
575
+ }];
572
576
  var eYHEYe = [{
573
577
  type: 0,
574
578
  value: "Carte"
@@ -1082,10 +1086,6 @@ var messages = {
1082
1086
  type: 0,
1083
1087
  value: "Mes fichiers"
1084
1088
  }],
1085
- "/MsgWe": [{
1086
- type: 0,
1087
- value: "Date"
1088
- }],
1089
1089
  "/OM5UY": [{
1090
1090
  type: 0,
1091
1091
  value: "Mots-clés"
@@ -1582,6 +1582,7 @@ var messages = {
1582
1582
  value: "Sélectionnez un média..."
1583
1583
  }],
1584
1584
  eBFxNl: eBFxNl,
1585
+ eDMxHS: eDMxHS,
1585
1586
  "eWIM/8": [{
1586
1587
  type: 0,
1587
1588
  value: "Image avec titre et texte"
package/locale/fr.js CHANGED
@@ -563,6 +563,10 @@ var eBFxNl = [{
563
563
  type: 0,
564
564
  value: "Action"
565
565
  }];
566
+ var eDMxHS = [{
567
+ type: 0,
568
+ value: "Graisse"
569
+ }];
566
570
  var eYHEYe = [{
567
571
  type: 0,
568
572
  value: "Carte"
@@ -1076,10 +1080,6 @@ var messages = {
1076
1080
  type: 0,
1077
1081
  value: "Mes fichiers"
1078
1082
  }],
1079
- "/MsgWe": [{
1080
- type: 0,
1081
- value: "Date"
1082
- }],
1083
1083
  "/OM5UY": [{
1084
1084
  type: 0,
1085
1085
  value: "Mots-clés"
@@ -1576,6 +1576,7 @@ var messages = {
1576
1576
  value: "Sélectionnez un média..."
1577
1577
  }],
1578
1578
  eBFxNl: eBFxNl,
1579
+ eDMxHS: eDMxHS,
1579
1580
  "eWIM/8": [{
1580
1581
  type: 0,
1581
1582
  value: "Image avec titre et texte"
package/locale/fr.json CHANGED
@@ -71,12 +71,6 @@
71
71
  "value": "Mes fichiers"
72
72
  }
73
73
  ],
74
- "/MsgWe": [
75
- {
76
- "type": 0,
77
- "value": "Date"
78
- }
79
- ],
80
74
  "/OM5UY": [
81
75
  {
82
76
  "type": 0,
@@ -1457,6 +1451,12 @@
1457
1451
  "value": "Action"
1458
1452
  }
1459
1453
  ],
1454
+ "eDMxHS": [
1455
+ {
1456
+ "type": 0,
1457
+ "value": "Graisse"
1458
+ }
1459
+ ],
1460
1460
  "eWIM/8": [
1461
1461
  {
1462
1462
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.83",
3
+ "version": "0.3.86",
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.81",
61
+ "@micromag/core": "^0.3.86",
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": "90f24304f6fb94bfdcf510c82fdc52ed63500689"
78
+ "gitHead": "063af274982885b7696d265e6567ab8d44c8b9ad"
79
79
  }