@micromag/intl 0.3.797 → 0.3.800

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.js CHANGED
@@ -1050,6 +1050,10 @@ var hvxkzE = [{
1050
1050
  type: 0,
1051
1051
  value: "LinkedIn"
1052
1052
  }];
1053
+ var hzt68m = [{
1054
+ type: 0,
1055
+ value: "Audio"
1056
+ }];
1053
1057
  var hzvEim = [{
1054
1058
  type: 0,
1055
1059
  value: "Sponsor Label"
@@ -2010,6 +2014,10 @@ var messages = {
2010
2014
  type: 0,
2011
2015
  value: "Edit style..."
2012
2016
  }],
2017
+ "68NE9W": [{
2018
+ type: 0,
2019
+ value: "Alternatives"
2020
+ }],
2013
2021
  "6DV50M": [{
2014
2022
  type: 0,
2015
2023
  value: "Timing"
@@ -2637,6 +2645,7 @@ var messages = {
2637
2645
  hpiKce: hpiKce,
2638
2646
  hqOIl4: hqOIl4,
2639
2647
  hvxkzE: hvxkzE,
2648
+ hzt68m: hzt68m,
2640
2649
  hzvEim: hzvEim,
2641
2650
  "i+3ZrF": [{
2642
2651
  type: 0,
package/locale/en.json CHANGED
@@ -513,6 +513,12 @@
513
513
  "value": "Edit style..."
514
514
  }
515
515
  ],
516
+ "68NE9W": [
517
+ {
518
+ "type": 0,
519
+ "value": "Alternatives"
520
+ }
521
+ ],
516
522
  "6DV50M": [
517
523
  {
518
524
  "type": 0,
@@ -2641,6 +2647,12 @@
2641
2647
  "value": "LinkedIn"
2642
2648
  }
2643
2649
  ],
2650
+ "hzt68m": [
2651
+ {
2652
+ "type": 0,
2653
+ "value": "Audio"
2654
+ }
2655
+ ],
2644
2656
  "hzvEim": [
2645
2657
  {
2646
2658
  "type": 0,
package/locale/fr.js CHANGED
@@ -1050,6 +1050,10 @@ var hvxkzE = [{
1050
1050
  type: 0,
1051
1051
  value: "LinkedIn"
1052
1052
  }];
1053
+ var hzt68m = [{
1054
+ type: 0,
1055
+ value: "Audio"
1056
+ }];
1053
1057
  var hzvEim = [{
1054
1058
  type: 0,
1055
1059
  value: "Libellé du présentateur"
@@ -2010,6 +2014,10 @@ var messages = {
2010
2014
  type: 0,
2011
2015
  value: "Modifier le style"
2012
2016
  }],
2017
+ "68NE9W": [{
2018
+ type: 0,
2019
+ value: "Alternatives"
2020
+ }],
2013
2021
  "6DV50M": [{
2014
2022
  type: 0,
2015
2023
  value: "Mode"
@@ -2637,6 +2645,7 @@ var messages = {
2637
2645
  hpiKce: hpiKce,
2638
2646
  hqOIl4: hqOIl4,
2639
2647
  hvxkzE: hvxkzE,
2648
+ hzt68m: hzt68m,
2640
2649
  hzvEim: hzvEim,
2641
2650
  "i+3ZrF": [{
2642
2651
  type: 0,
package/locale/fr.json CHANGED
@@ -513,6 +513,12 @@
513
513
  "value": "Modifier le style"
514
514
  }
515
515
  ],
516
+ "68NE9W": [
517
+ {
518
+ "type": 0,
519
+ "value": "Alternatives"
520
+ }
521
+ ],
516
522
  "6DV50M": [
517
523
  {
518
524
  "type": 0,
@@ -2641,6 +2647,12 @@
2641
2647
  "value": "LinkedIn"
2642
2648
  }
2643
2649
  ],
2650
+ "hzt68m": [
2651
+ {
2652
+ "type": 0,
2653
+ "value": "Audio"
2654
+ }
2655
+ ],
2644
2656
  "hzvEim": [
2645
2657
  {
2646
2658
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.797",
3
+ "version": "0.3.800",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -70,7 +70,7 @@
70
70
  "dependencies": {
71
71
  "@babel/runtime": "^7.13.10",
72
72
  "@formatjs/cli": "^6.2.7",
73
- "@micromag/core": "^0.3.797",
73
+ "@micromag/core": "^0.3.800",
74
74
  "commander": "^12.0.0",
75
75
  "fs-extra": "^11.2.0",
76
76
  "gettext-parser": "^7.0.1",
@@ -88,5 +88,5 @@
88
88
  "access": "public",
89
89
  "registry": "https://registry.npmjs.org/"
90
90
  },
91
- "gitHead": "6944f2be19e84970e0619c79a7f733433633093c"
91
+ "gitHead": "7978db805ef7ced6123012130e2339b3ce8d36ed"
92
92
  }