ebt-vue3 2.60.78 → 2.60.80
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/package.json +2 -2
- package/src/auto/voices.json +9 -0
- package/src/auto/voices.mjs +9 -0
- package/src/languages.mjs +6 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ebt-vue3",
|
|
3
|
-
"version": "2.60.
|
|
3
|
+
"version": "2.60.80",
|
|
4
4
|
"description": "Vue3 Library for SuttaCentral Voice EBT-Sites",
|
|
5
5
|
"author": "Karl Lew",
|
|
6
6
|
"scripts": {
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"merkle-json": "^2.15.0",
|
|
42
42
|
"pinia": "^2.0.16",
|
|
43
43
|
"roboto-fontface": "*",
|
|
44
|
-
"scv-esm": "^1.140.
|
|
44
|
+
"scv-esm": "^1.140.79",
|
|
45
45
|
"serve-favicon": "^2.5.0",
|
|
46
46
|
"tmp": "^0.2.6",
|
|
47
47
|
"uuid": "^14.0.0",
|
package/src/auto/voices.json
CHANGED
|
@@ -193,5 +193,14 @@
|
|
|
193
193
|
"iVoice": 25,
|
|
194
194
|
"locale": "ru-RU",
|
|
195
195
|
"service": "aws-polly"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "Ewa",
|
|
199
|
+
"label": "🤖 Ewa-robot (wolniejsza)",
|
|
200
|
+
"langTrans": "pl",
|
|
201
|
+
"gender": "female",
|
|
202
|
+
"iVoice": 26,
|
|
203
|
+
"locale": "pl-PL",
|
|
204
|
+
"service": "aws-polly"
|
|
196
205
|
}
|
|
197
206
|
]
|
package/src/auto/voices.mjs
CHANGED
|
@@ -193,6 +193,15 @@ const VOICES= [
|
|
|
193
193
|
"iVoice": 25,
|
|
194
194
|
"locale": "ru-RU",
|
|
195
195
|
"service": "aws-polly"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "Ewa",
|
|
199
|
+
"label": "🤖 Ewa-robot (wolniejsza)",
|
|
200
|
+
"langTrans": "pl",
|
|
201
|
+
"gender": "female",
|
|
202
|
+
"iVoice": 26,
|
|
203
|
+
"locale": "pl-PL",
|
|
204
|
+
"service": "aws-polly"
|
|
196
205
|
}
|
|
197
206
|
]
|
|
198
207
|
export default VOICES
|
package/src/languages.mjs
CHANGED
|
@@ -31,6 +31,11 @@ const VOICE_LANGS = [
|
|
|
31
31
|
"title": "JPN / 日本語",
|
|
32
32
|
"voice": true
|
|
33
33
|
},
|
|
34
|
+
{
|
|
35
|
+
"value": "pl",
|
|
36
|
+
"title": "PL / Polski",
|
|
37
|
+
"voice": true
|
|
38
|
+
},
|
|
34
39
|
{
|
|
35
40
|
"value": "pt",
|
|
36
41
|
"title": "PT / Português",
|
|
@@ -106,7 +111,7 @@ const UI_LANGS = [
|
|
|
106
111
|
{
|
|
107
112
|
"value": "pl",
|
|
108
113
|
"title": "PL / Polski",
|
|
109
|
-
"voice":
|
|
114
|
+
"voice": true
|
|
110
115
|
},
|
|
111
116
|
{
|
|
112
117
|
"value": "pt",
|