@micromag/intl 0.3.81 → 0.3.84

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
@@ -569,6 +569,10 @@ var eBFxNl = [{
569
569
  type: 0,
570
570
  value: "Call to Action"
571
571
  }];
572
+ var eDMxHS = [{
573
+ type: 0,
574
+ value: "Font weight"
575
+ }];
572
576
  var eYHEYe = [{
573
577
  type: 0,
574
578
  value: "Map"
@@ -1082,10 +1086,6 @@ var messages = {
1082
1086
  type: 0,
1083
1087
  value: "My files"
1084
1088
  }],
1085
- "/MsgWe": [{
1086
- type: 0,
1087
- value: "Date"
1088
- }],
1089
1089
  "/OM5UY": [{
1090
1090
  type: 0,
1091
1091
  value: "Tags"
@@ -1582,6 +1582,7 @@ var messages = {
1582
1582
  value: "Select a media..."
1583
1583
  }],
1584
1584
  eBFxNl: eBFxNl,
1585
+ eDMxHS: eDMxHS,
1585
1586
  "eWIM/8": [{
1586
1587
  type: 0,
1587
1588
  value: "Image with title and text"
package/locale/en.js CHANGED
@@ -563,6 +563,10 @@ var eBFxNl = [{
563
563
  type: 0,
564
564
  value: "Call to Action"
565
565
  }];
566
+ var eDMxHS = [{
567
+ type: 0,
568
+ value: "Font weight"
569
+ }];
566
570
  var eYHEYe = [{
567
571
  type: 0,
568
572
  value: "Map"
@@ -1076,10 +1080,6 @@ var messages = {
1076
1080
  type: 0,
1077
1081
  value: "My files"
1078
1082
  }],
1079
- "/MsgWe": [{
1080
- type: 0,
1081
- value: "Date"
1082
- }],
1083
1083
  "/OM5UY": [{
1084
1084
  type: 0,
1085
1085
  value: "Tags"
@@ -1576,6 +1576,7 @@ var messages = {
1576
1576
  value: "Select a media..."
1577
1577
  }],
1578
1578
  eBFxNl: eBFxNl,
1579
+ eDMxHS: eDMxHS,
1579
1580
  "eWIM/8": [{
1580
1581
  type: 0,
1581
1582
  value: "Image with title and text"
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,
@@ -1457,6 +1451,12 @@
1457
1451
  "value": "Call to Action"
1458
1452
  }
1459
1453
  ],
1454
+ "eDMxHS": [
1455
+ {
1456
+ "type": 0,
1457
+ "value": "Font weight"
1458
+ }
1459
+ ],
1460
1460
  "eWIM/8": [
1461
1461
  {
1462
1462
  "type": 0,
package/locale/fr.cjs.js CHANGED
@@ -1082,10 +1082,6 @@ var messages = {
1082
1082
  type: 0,
1083
1083
  value: "Mes fichiers"
1084
1084
  }],
1085
- "/MsgWe": [{
1086
- type: 0,
1087
- value: "Date"
1088
- }],
1089
1085
  "/OM5UY": [{
1090
1086
  type: 0,
1091
1087
  value: "Mots-clés"
package/locale/fr.js CHANGED
@@ -1076,10 +1076,6 @@ var messages = {
1076
1076
  type: 0,
1077
1077
  value: "Mes fichiers"
1078
1078
  }],
1079
- "/MsgWe": [{
1080
- type: 0,
1081
- value: "Date"
1082
- }],
1083
1079
  "/OM5UY": [{
1084
1080
  type: 0,
1085
1081
  value: "Mots-clés"
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.81",
3
+ "version": "0.3.84",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "4fec1502a42a4813cc39e24de20c6cd47134cc62"
78
+ "gitHead": "0368383e7699c0223de5344ec861cc6ff6318393"
79
79
  }