@micromag/intl 0.3.527 → 0.3.531

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
@@ -249,6 +249,10 @@ var JC9Qlf = [{
249
249
  type: 0,
250
250
  value: "Speakers"
251
251
  }];
252
+ var JCex1R = [{
253
+ type: 0,
254
+ value: "Tous les micromags"
255
+ }];
252
256
  var JDPMlG = [{
253
257
  type: 0,
254
258
  value: "Background color"
@@ -900,6 +904,10 @@ var hVE7TA = [{
900
904
  type: 0,
901
905
  value: "Question"
902
906
  }];
907
+ var hjgnYW = [{
908
+ type: 0,
909
+ value: "Ce micromag"
910
+ }];
903
911
  var hoDz0O = [{
904
912
  type: 0,
905
913
  value: "Description"
@@ -2022,6 +2030,7 @@ var messages = {
2022
2030
  J9e9Qb: J9e9Qb,
2023
2031
  JAguka: JAguka,
2024
2032
  JC9Qlf: JC9Qlf,
2033
+ JCex1R: JCex1R,
2025
2034
  JDPMlG: JDPMlG,
2026
2035
  JRZoe6: JRZoe6,
2027
2036
  JoWKee: JoWKee,
@@ -2281,6 +2290,7 @@ var messages = {
2281
2290
  }],
2282
2291
  hUUIQt: hUUIQt,
2283
2292
  hVE7TA: hVE7TA,
2293
+ hjgnYW: hjgnYW,
2284
2294
  hoDz0O: hoDz0O,
2285
2295
  hpiKce: hpiKce,
2286
2296
  hqOIl4: hqOIl4,
package/locale/en.js CHANGED
@@ -247,6 +247,10 @@ var JC9Qlf = [{
247
247
  type: 0,
248
248
  value: "Speakers"
249
249
  }];
250
+ var JCex1R = [{
251
+ type: 0,
252
+ value: "Tous les micromags"
253
+ }];
250
254
  var JDPMlG = [{
251
255
  type: 0,
252
256
  value: "Background color"
@@ -898,6 +902,10 @@ var hVE7TA = [{
898
902
  type: 0,
899
903
  value: "Question"
900
904
  }];
905
+ var hjgnYW = [{
906
+ type: 0,
907
+ value: "Ce micromag"
908
+ }];
901
909
  var hoDz0O = [{
902
910
  type: 0,
903
911
  value: "Description"
@@ -2020,6 +2028,7 @@ var messages = {
2020
2028
  J9e9Qb: J9e9Qb,
2021
2029
  JAguka: JAguka,
2022
2030
  JC9Qlf: JC9Qlf,
2031
+ JCex1R: JCex1R,
2023
2032
  JDPMlG: JDPMlG,
2024
2033
  JRZoe6: JRZoe6,
2025
2034
  JoWKee: JoWKee,
@@ -2279,6 +2288,7 @@ var messages = {
2279
2288
  }],
2280
2289
  hUUIQt: hUUIQt,
2281
2290
  hVE7TA: hVE7TA,
2291
+ hjgnYW: hjgnYW,
2282
2292
  hoDz0O: hoDz0O,
2283
2293
  hpiKce: hpiKce,
2284
2294
  hqOIl4: hqOIl4,
package/locale/en.json CHANGED
@@ -1103,6 +1103,12 @@
1103
1103
  "value": "Speakers"
1104
1104
  }
1105
1105
  ],
1106
+ "JCex1R": [
1107
+ {
1108
+ "type": 0,
1109
+ "value": "Tous les micromags"
1110
+ }
1111
+ ],
1106
1112
  "JDPMlG": [
1107
1113
  {
1108
1114
  "type": 0,
@@ -2227,6 +2233,12 @@
2227
2233
  "value": "Question"
2228
2234
  }
2229
2235
  ],
2236
+ "hjgnYW": [
2237
+ {
2238
+ "type": 0,
2239
+ "value": "Ce micromag"
2240
+ }
2241
+ ],
2230
2242
  "hoDz0O": [
2231
2243
  {
2232
2244
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.527",
3
+ "version": "0.3.531",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -73,7 +73,7 @@
73
73
  "dependencies": {
74
74
  "@babel/runtime": "^7.13.10",
75
75
  "@formatjs/cli": "^6.2.7",
76
- "@micromag/core": "^0.3.523",
76
+ "@micromag/core": "^0.3.531",
77
77
  "commander": "^12.0.0",
78
78
  "fs-extra": "^11.2.0",
79
79
  "gettext-parser": "^7.0.1",
@@ -91,5 +91,5 @@
91
91
  "access": "public",
92
92
  "registry": "https://registry.npmjs.org/"
93
93
  },
94
- "gitHead": "051b0620ace9f552008bdbcb81f4cb6364936646"
94
+ "gitHead": "e3a59c467ad33528b38eb4badd78b6ed0e38a3a6"
95
95
  }