@micromag/intl 0.3.660 → 0.3.667

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
@@ -237,6 +237,7 @@ var iJ61ZT = "Writing state duration (seconds)";
237
237
  var iL9RLu = "Collaborator";
238
238
  var iQ5Uf7 = "Default feedback";
239
239
  var iipV5Q = "Type";
240
+ var iltluX = "Numbers text";
240
241
  var irG6mX = "Distance";
241
242
  var ivs8GN = "Closed captions file";
242
243
  var j00v1T = "True";
@@ -678,6 +679,7 @@ var messages = {
678
679
  Z4f5qh: Z4f5qh,
679
680
  Z5jrDS: Z5jrDS,
680
681
  ZCe0r4: ZCe0r4,
682
+ "ZG8/oK": "Subtitle",
681
683
  ZLDmja: ZLDmja,
682
684
  Zbu5Uk: Zbu5Uk,
683
685
  ZeosMy: ZeosMy,
@@ -768,6 +770,7 @@ var messages = {
768
770
  iL9RLu: iL9RLu,
769
771
  iQ5Uf7: iQ5Uf7,
770
772
  iipV5Q: iipV5Q,
773
+ iltluX: iltluX,
771
774
  irG6mX: irG6mX,
772
775
  ivs8GN: ivs8GN,
773
776
  j00v1T: j00v1T,
package/locale/en.json CHANGED
@@ -302,6 +302,7 @@
302
302
  "Z4f5qh": "Buttons",
303
303
  "Z5jrDS": "Letter spacing",
304
304
  "ZCe0r4": "Description",
305
+ "ZG8/oK": "Subtitle",
305
306
  "ZLDmja": "Submit",
306
307
  "Zbu5Uk": "Label",
307
308
  "ZeosMy": "Mar 21 - Apr 19",
@@ -392,6 +393,7 @@
392
393
  "iL9RLu": "Collaborator",
393
394
  "iQ5Uf7": "Default feedback",
394
395
  "iipV5Q": "Type",
396
+ "iltluX": "Numbers text",
395
397
  "irG6mX": "Distance",
396
398
  "ivs8GN": "Closed captions file",
397
399
  "j00v1T": "True",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.660",
3
+ "version": "0.3.667",
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.660",
73
+ "@micromag/core": "^0.3.667",
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": "584698bf4ef786f8fd35853328977554367515d9"
91
+ "gitHead": "8974de0b7dbe3ab5d632d0449b7a25ee20336a1c"
92
92
  }