@panneau/intl 2.0.11 → 2.0.15

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
@@ -14,6 +14,10 @@ var Bhu3B2 = [{
14
14
  type: 0,
15
15
  value: "Delete"
16
16
  }];
17
+ var CGvQxc = [{
18
+ type: 0,
19
+ value: "User"
20
+ }];
17
21
  var ESkxLX = [{
18
22
  type: 0,
19
23
  value: "Success!"
@@ -323,6 +327,7 @@ var messages = {
323
327
  }],
324
328
  B1h3gd: B1h3gd,
325
329
  Bhu3B2: Bhu3B2,
330
+ CGvQxc: CGvQxc,
326
331
  "DUbv+u": [{
327
332
  type: 0,
328
333
  value: "Confirm your new password"
package/locale/en.js CHANGED
@@ -8,6 +8,10 @@ var Bhu3B2 = [{
8
8
  type: 0,
9
9
  value: "Delete"
10
10
  }];
11
+ var CGvQxc = [{
12
+ type: 0,
13
+ value: "User"
14
+ }];
11
15
  var ESkxLX = [{
12
16
  type: 0,
13
17
  value: "Success!"
@@ -317,6 +321,7 @@ var messages = {
317
321
  }],
318
322
  B1h3gd: B1h3gd,
319
323
  Bhu3B2: Bhu3B2,
324
+ CGvQxc: CGvQxc,
320
325
  "DUbv+u": [{
321
326
  type: 0,
322
327
  value: "Confirm your new password"
package/locale/en.json CHANGED
@@ -157,6 +157,12 @@
157
157
  "value": "Delete"
158
158
  }
159
159
  ],
160
+ "CGvQxc": [
161
+ {
162
+ "type": 0,
163
+ "value": "User"
164
+ }
165
+ ],
160
166
  "DUbv+u": [
161
167
  {
162
168
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panneau/intl",
3
- "version": "2.0.11",
3
+ "version": "2.0.15",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -62,7 +62,7 @@
62
62
  "dependencies": {
63
63
  "@babel/runtime": "^7.12.5",
64
64
  "@formatjs/cli-lib": "^6.0.3",
65
- "@panneau/core": "^2.0.11",
65
+ "@panneau/core": "^2.0.15",
66
66
  "commander": "^10.0.0",
67
67
  "fs-extra": "^10.0.0",
68
68
  "gettext-parser": "^4.0.4",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "4cf1e2fb030a9656201f80bf34c61c1b48847148"
82
+ "gitHead": "7eff06c0b11fc480d1cf437036dbe0e0ef893650"
83
83
  }