@micromag/intl 0.3.273 → 0.3.274

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
@@ -1057,6 +1057,10 @@ var uSpItE = [{
1057
1057
  type: 0,
1058
1058
  value: "Add tags..."
1059
1059
  }];
1060
+ var uaL28k = [{
1061
+ type: 0,
1062
+ value: "Share Incentive"
1063
+ }];
1060
1064
  var udLCuY = [{
1061
1065
  type: 0,
1062
1066
  value: "Shadow"
@@ -1835,6 +1839,10 @@ var messages = {
1835
1839
  ceaRdq: ceaRdq,
1836
1840
  crLqJd: crLqJd,
1837
1841
  cuKSQz: cuKSQz,
1842
+ "d/01YO": [{
1843
+ type: 0,
1844
+ value: "Share this Micromag!"
1845
+ }],
1838
1846
  d60tSn: d60tSn,
1839
1847
  dCG1T1: dCG1T1,
1840
1848
  dFMzBu: dFMzBu,
@@ -2028,6 +2036,7 @@ var messages = {
2028
2036
  uKJRh2: uKJRh2,
2029
2037
  uNpHnA: uNpHnA,
2030
2038
  uSpItE: uSpItE,
2039
+ uaL28k: uaL28k,
2031
2040
  udLCuY: udLCuY,
2032
2041
  uiTxd7: uiTxd7,
2033
2042
  uoF5Pv: uoF5Pv,
package/locale/en.js CHANGED
@@ -1051,6 +1051,10 @@ var uSpItE = [{
1051
1051
  type: 0,
1052
1052
  value: "Add tags..."
1053
1053
  }];
1054
+ var uaL28k = [{
1055
+ type: 0,
1056
+ value: "Share Incentive"
1057
+ }];
1054
1058
  var udLCuY = [{
1055
1059
  type: 0,
1056
1060
  value: "Shadow"
@@ -1829,6 +1833,10 @@ var messages = {
1829
1833
  ceaRdq: ceaRdq,
1830
1834
  crLqJd: crLqJd,
1831
1835
  cuKSQz: cuKSQz,
1836
+ "d/01YO": [{
1837
+ type: 0,
1838
+ value: "Share this Micromag!"
1839
+ }],
1832
1840
  d60tSn: d60tSn,
1833
1841
  dCG1T1: dCG1T1,
1834
1842
  dFMzBu: dFMzBu,
@@ -2022,6 +2030,7 @@ var messages = {
2022
2030
  uKJRh2: uKJRh2,
2023
2031
  uNpHnA: uNpHnA,
2024
2032
  uSpItE: uSpItE,
2033
+ uaL28k: uaL28k,
2025
2034
  udLCuY: udLCuY,
2026
2035
  uiTxd7: uiTxd7,
2027
2036
  uoF5Pv: uoF5Pv,
package/locale/en.json CHANGED
@@ -1613,6 +1613,12 @@
1613
1613
  "value": "Lede"
1614
1614
  }
1615
1615
  ],
1616
+ "d/01YO": [
1617
+ {
1618
+ "type": 0,
1619
+ "value": "Share this Micromag!"
1620
+ }
1621
+ ],
1616
1622
  "d60tSn": [
1617
1623
  {
1618
1624
  "type": 0,
@@ -2393,6 +2399,12 @@
2393
2399
  "value": "Add tags..."
2394
2400
  }
2395
2401
  ],
2402
+ "uaL28k": [
2403
+ {
2404
+ "type": 0,
2405
+ "value": "Share Incentive"
2406
+ }
2407
+ ],
2396
2408
  "udLCuY": [
2397
2409
  {
2398
2410
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.273",
3
+ "version": "0.3.274",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@babel/runtime": "^7.13.10",
60
60
  "@formatjs/cli": "^4.4.0",
61
- "@micromag/core": "^0.3.273",
61
+ "@micromag/core": "^0.3.274",
62
62
  "commander": "^8.3.0",
63
63
  "fs-extra": "^10.0.0",
64
64
  "gettext-parser": "^4.0.4",
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "d9fd178e478b54c1dd4550aa537125b10f8fc0a2"
78
+ "gitHead": "70243ec672b98f29deab481133a1caec87a43bf8"
79
79
  }