@micromag/intl 0.3.769 → 0.3.781

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
@@ -366,6 +366,10 @@ var LkVfwW = [{
366
366
  type: 1,
367
367
  value: "index"
368
368
  }];
369
+ var Lp0bG4 = [{
370
+ type: 0,
371
+ value: "Bottom spacing"
372
+ }];
369
373
  var Lrwi2G = [{
370
374
  type: 0,
371
375
  value: "Email"
@@ -2297,6 +2301,7 @@ var messages = {
2297
2301
  LOknw0: LOknw0,
2298
2302
  LiMAIC: LiMAIC,
2299
2303
  LkVfwW: LkVfwW,
2304
+ Lp0bG4: Lp0bG4,
2300
2305
  "LrRW+9": [{
2301
2306
  type: 0,
2302
2307
  value: "Add a button"
package/locale/en.json CHANGED
@@ -1365,6 +1365,12 @@
1365
1365
  "value": "index"
1366
1366
  }
1367
1367
  ],
1368
+ "Lp0bG4": [
1369
+ {
1370
+ "type": 0,
1371
+ "value": "Bottom spacing"
1372
+ }
1373
+ ],
1368
1374
  "LrRW+9": [
1369
1375
  {
1370
1376
  "type": 0,
package/locale/fr.js CHANGED
@@ -366,6 +366,10 @@ var LkVfwW = [{
366
366
  type: 1,
367
367
  value: "index"
368
368
  }];
369
+ var Lp0bG4 = [{
370
+ type: 0,
371
+ value: "Espacement inférieur"
372
+ }];
369
373
  var Lrwi2G = [{
370
374
  type: 0,
371
375
  value: "Courriel"
@@ -2297,6 +2301,7 @@ var messages = {
2297
2301
  LOknw0: LOknw0,
2298
2302
  LiMAIC: LiMAIC,
2299
2303
  LkVfwW: LkVfwW,
2304
+ Lp0bG4: Lp0bG4,
2300
2305
  "LrRW+9": [{
2301
2306
  type: 0,
2302
2307
  value: "Ajouter un bouton"
package/locale/fr.json CHANGED
@@ -1365,6 +1365,12 @@
1365
1365
  "value": "index"
1366
1366
  }
1367
1367
  ],
1368
+ "Lp0bG4": [
1369
+ {
1370
+ "type": 0,
1371
+ "value": "Espacement inférieur"
1372
+ }
1373
+ ],
1368
1374
  "LrRW+9": [
1369
1375
  {
1370
1376
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.769",
3
+ "version": "0.3.781",
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.769",
73
+ "@micromag/core": "^0.3.781",
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": "a009106ec28c6e34288f0b3292f1bc6826812dd0"
91
+ "gitHead": "95e03bd48803c170ef4efbc5bd204a0c83563c11"
92
92
  }