@micromag/intl 0.3.454 → 0.3.457

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
@@ -230,6 +230,10 @@ var K1BxIr = [{
230
230
  type: 0,
231
231
  value: "Edit metadata..."
232
232
  }];
233
+ var K4LAN4 = [{
234
+ type: 0,
235
+ value: "Put audio attachments before message text"
236
+ }];
233
237
  var KB7N5E = [{
234
238
  type: 0,
235
239
  value: "Search a place on Google Maps"
@@ -1850,6 +1854,7 @@ var messages = {
1850
1854
  JoyIgA: JoyIgA,
1851
1855
  JzSBzL: JzSBzL,
1852
1856
  K1BxIr: K1BxIr,
1857
+ K4LAN4: K4LAN4,
1853
1858
  KB7N5E: KB7N5E,
1854
1859
  KCDOHI: KCDOHI,
1855
1860
  KHWeV7: KHWeV7,
package/locale/en.js CHANGED
@@ -228,6 +228,10 @@ var K1BxIr = [{
228
228
  type: 0,
229
229
  value: "Edit metadata..."
230
230
  }];
231
+ var K4LAN4 = [{
232
+ type: 0,
233
+ value: "Put audio attachments before message text"
234
+ }];
231
235
  var KB7N5E = [{
232
236
  type: 0,
233
237
  value: "Search a place on Google Maps"
@@ -1848,6 +1852,7 @@ var messages = {
1848
1852
  JoyIgA: JoyIgA,
1849
1853
  JzSBzL: JzSBzL,
1850
1854
  K1BxIr: K1BxIr,
1855
+ K4LAN4: K4LAN4,
1851
1856
  KB7N5E: KB7N5E,
1852
1857
  KCDOHI: KCDOHI,
1853
1858
  KHWeV7: KHWeV7,
package/locale/en.json CHANGED
@@ -1023,6 +1023,12 @@
1023
1023
  "value": "Edit metadata..."
1024
1024
  }
1025
1025
  ],
1026
+ "K4LAN4": [
1027
+ {
1028
+ "type": 0,
1029
+ "value": "Put audio attachments before message text"
1030
+ }
1031
+ ],
1026
1032
  "KB7N5E": [
1027
1033
  {
1028
1034
  "type": 0,
package/locale/fr.cjs.js CHANGED
@@ -230,6 +230,10 @@ var K1BxIr = [{
230
230
  type: 0,
231
231
  value: "Modifier les métadonnées"
232
232
  }];
233
+ var K4LAN4 = [{
234
+ type: 0,
235
+ value: "Afficher l'audio joint avant le texte du message"
236
+ }];
233
237
  var KB7N5E = [{
234
238
  type: 0,
235
239
  value: "Chercher un lieu sur Google Maps"
@@ -1850,6 +1854,7 @@ var messages = {
1850
1854
  JoyIgA: JoyIgA,
1851
1855
  JzSBzL: JzSBzL,
1852
1856
  K1BxIr: K1BxIr,
1857
+ K4LAN4: K4LAN4,
1853
1858
  KB7N5E: KB7N5E,
1854
1859
  KCDOHI: KCDOHI,
1855
1860
  KHWeV7: KHWeV7,
package/locale/fr.js CHANGED
@@ -228,6 +228,10 @@ var K1BxIr = [{
228
228
  type: 0,
229
229
  value: "Modifier les métadonnées"
230
230
  }];
231
+ var K4LAN4 = [{
232
+ type: 0,
233
+ value: "Afficher l'audio joint avant le texte du message"
234
+ }];
231
235
  var KB7N5E = [{
232
236
  type: 0,
233
237
  value: "Chercher un lieu sur Google Maps"
@@ -1848,6 +1852,7 @@ var messages = {
1848
1852
  JoyIgA: JoyIgA,
1849
1853
  JzSBzL: JzSBzL,
1850
1854
  K1BxIr: K1BxIr,
1855
+ K4LAN4: K4LAN4,
1851
1856
  KB7N5E: KB7N5E,
1852
1857
  KCDOHI: KCDOHI,
1853
1858
  KHWeV7: KHWeV7,
package/locale/fr.json CHANGED
@@ -1023,6 +1023,12 @@
1023
1023
  "value": "Modifier les métadonnées"
1024
1024
  }
1025
1025
  ],
1026
+ "K4LAN4": [
1027
+ {
1028
+ "type": 0,
1029
+ "value": "Afficher l'audio joint avant le texte du message"
1030
+ }
1031
+ ],
1026
1032
  "KB7N5E": [
1027
1033
  {
1028
1034
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.454",
3
+ "version": "0.3.457",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -71,7 +71,7 @@
71
71
  "dependencies": {
72
72
  "@babel/runtime": "^7.13.10",
73
73
  "@formatjs/cli": "^4.4.0",
74
- "@micromag/core": "^0.3.454",
74
+ "@micromag/core": "^0.3.456",
75
75
  "commander": "^8.3.0",
76
76
  "fs-extra": "^10.0.0",
77
77
  "gettext-parser": "^4.0.4",
@@ -89,5 +89,5 @@
89
89
  "access": "public",
90
90
  "registry": "https://registry.npmjs.org/"
91
91
  },
92
- "gitHead": "f5cd283e3d266f5c970ae53b9df9bcd4b425985d"
92
+ "gitHead": "260b51e232a7be8655e03ebb53fa1c31cf74db78"
93
93
  }