@micromag/intl 0.3.456 → 0.3.458

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
@@ -1109,6 +1109,10 @@ var tmfbUn = [{
1109
1109
  type: 0,
1110
1110
  value: "Unused"
1111
1111
  }];
1112
+ var trQFlb = [{
1113
+ type: 0,
1114
+ value: "Put audio before text"
1115
+ }];
1112
1116
  var tvl2Zc = [{
1113
1117
  type: 0,
1114
1118
  value: "Video"
@@ -2234,6 +2238,7 @@ var messages = {
2234
2238
  tAYwqp: tAYwqp,
2235
2239
  tYGev7: tYGev7,
2236
2240
  tmfbUn: tmfbUn,
2241
+ trQFlb: trQFlb,
2237
2242
  tvl2Zc: tvl2Zc,
2238
2243
  twTaAZ: twTaAZ,
2239
2244
  u3ok54: u3ok54,
package/locale/en.js CHANGED
@@ -1107,6 +1107,10 @@ var tmfbUn = [{
1107
1107
  type: 0,
1108
1108
  value: "Unused"
1109
1109
  }];
1110
+ var trQFlb = [{
1111
+ type: 0,
1112
+ value: "Put audio before text"
1113
+ }];
1110
1114
  var tvl2Zc = [{
1111
1115
  type: 0,
1112
1116
  value: "Video"
@@ -2232,6 +2236,7 @@ var messages = {
2232
2236
  tAYwqp: tAYwqp,
2233
2237
  tYGev7: tYGev7,
2234
2238
  tmfbUn: tmfbUn,
2239
+ trQFlb: trQFlb,
2235
2240
  tvl2Zc: tvl2Zc,
2236
2241
  twTaAZ: twTaAZ,
2237
2242
  u3ok54: u3ok54,
package/locale/en.json CHANGED
@@ -2591,6 +2591,12 @@
2591
2591
  "value": "Unused"
2592
2592
  }
2593
2593
  ],
2594
+ "trQFlb": [
2595
+ {
2596
+ "type": 0,
2597
+ "value": "Put audio before text"
2598
+ }
2599
+ ],
2594
2600
  "tvl2Zc": [
2595
2601
  {
2596
2602
  "type": 0,
package/locale/fr.cjs.js CHANGED
@@ -1109,6 +1109,10 @@ var tmfbUn = [{
1109
1109
  type: 0,
1110
1110
  value: "Inutilisé"
1111
1111
  }];
1112
+ var trQFlb = [{
1113
+ type: 0,
1114
+ value: "Audio avant le texte"
1115
+ }];
1112
1116
  var tvl2Zc = [{
1113
1117
  type: 0,
1114
1118
  value: "Vidéo"
@@ -2234,6 +2238,7 @@ var messages = {
2234
2238
  tAYwqp: tAYwqp,
2235
2239
  tYGev7: tYGev7,
2236
2240
  tmfbUn: tmfbUn,
2241
+ trQFlb: trQFlb,
2237
2242
  tvl2Zc: tvl2Zc,
2238
2243
  twTaAZ: twTaAZ,
2239
2244
  u3ok54: u3ok54,
package/locale/fr.js CHANGED
@@ -1107,6 +1107,10 @@ var tmfbUn = [{
1107
1107
  type: 0,
1108
1108
  value: "Inutilisé"
1109
1109
  }];
1110
+ var trQFlb = [{
1111
+ type: 0,
1112
+ value: "Audio avant le texte"
1113
+ }];
1110
1114
  var tvl2Zc = [{
1111
1115
  type: 0,
1112
1116
  value: "Vidéo"
@@ -2232,6 +2236,7 @@ var messages = {
2232
2236
  tAYwqp: tAYwqp,
2233
2237
  tYGev7: tYGev7,
2234
2238
  tmfbUn: tmfbUn,
2239
+ trQFlb: trQFlb,
2235
2240
  tvl2Zc: tvl2Zc,
2236
2241
  twTaAZ: twTaAZ,
2237
2242
  u3ok54: u3ok54,
package/locale/fr.json CHANGED
@@ -2591,6 +2591,12 @@
2591
2591
  "value": "Inutilisé"
2592
2592
  }
2593
2593
  ],
2594
+ "trQFlb": [
2595
+ {
2596
+ "type": 0,
2597
+ "value": "Audio avant le texte"
2598
+ }
2599
+ ],
2594
2600
  "tvl2Zc": [
2595
2601
  {
2596
2602
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.456",
3
+ "version": "0.3.458",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -89,5 +89,5 @@
89
89
  "access": "public",
90
90
  "registry": "https://registry.npmjs.org/"
91
91
  },
92
- "gitHead": "d834231cf9fc7feb8ba37476c4a44f9a79beaca2"
92
+ "gitHead": "b0b173f6dcaf972888745775395870d04980d1cb"
93
93
  }