@panneau/intl 2.0.56 → 2.0.68
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 +5 -0
- package/locale/en.js +5 -0
- package/locale/en.json +6 -0
- package/package.json +3 -3
package/locale/en.cjs.js
CHANGED
|
@@ -109,6 +109,10 @@ var UpStcP = [{
|
|
|
109
109
|
type: 0,
|
|
110
110
|
value: "Could not find type for this item"
|
|
111
111
|
}];
|
|
112
|
+
var V7Us0a = [{
|
|
113
|
+
type: 0,
|
|
114
|
+
value: "Update account"
|
|
115
|
+
}];
|
|
112
116
|
var VhJUeW = [{
|
|
113
117
|
type: 0,
|
|
114
118
|
value: "Confirm your password"
|
|
@@ -414,6 +418,7 @@ var messages = {
|
|
|
414
418
|
UUv8FR: UUv8FR,
|
|
415
419
|
UbmsLL: UbmsLL,
|
|
416
420
|
UpStcP: UpStcP,
|
|
421
|
+
V7Us0a: V7Us0a,
|
|
417
422
|
VhJUeW: VhJUeW,
|
|
418
423
|
WgIC2T: WgIC2T,
|
|
419
424
|
X5RJlB: X5RJlB,
|
package/locale/en.js
CHANGED
|
@@ -103,6 +103,10 @@ var UpStcP = [{
|
|
|
103
103
|
type: 0,
|
|
104
104
|
value: "Could not find type for this item"
|
|
105
105
|
}];
|
|
106
|
+
var V7Us0a = [{
|
|
107
|
+
type: 0,
|
|
108
|
+
value: "Update account"
|
|
109
|
+
}];
|
|
106
110
|
var VhJUeW = [{
|
|
107
111
|
type: 0,
|
|
108
112
|
value: "Confirm your password"
|
|
@@ -408,6 +412,7 @@ var messages = {
|
|
|
408
412
|
UUv8FR: UUv8FR,
|
|
409
413
|
UbmsLL: UbmsLL,
|
|
410
414
|
UpStcP: UpStcP,
|
|
415
|
+
V7Us0a: V7Us0a,
|
|
411
416
|
VhJUeW: VhJUeW,
|
|
412
417
|
WgIC2T: WgIC2T,
|
|
413
418
|
X5RJlB: X5RJlB,
|
package/locale/en.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@panneau/intl",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.68",
|
|
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.
|
|
65
|
+
"@panneau/core": "^2.0.58",
|
|
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": "
|
|
82
|
+
"gitHead": "7f91dc52ac77f545d1438dd2d612845bfd445522"
|
|
83
83
|
}
|