Compare commits

...

4 commits

Author SHA1 Message Date
Solomon Peachy
3fdc731137 rbutil: Add Vietnamese to the list of languages
Change-Id: I46d74c7dce657d58268103433c6245f0fbb157a7
2025-10-20 16:51:46 -04:00
Solomon Peachy
e09747fe2b builds: Enable Vietnamese voices on nightly runs
Change-Id: I0f2c33d2d95695829be672aa2e6fe5b8e683d63a
2025-10-20 16:51:46 -04:00
Solomon Peachy
ef0d75d1e4 FS#13672 Correction in voicing time in the Slovak translation (Matej Golian)
Change-Id: I6ab8b96962cfcbd90e3e635c1c864e306b1861f7
2025-10-20 16:43:31 -04:00
Solomon Peachy
ebe611ddd4 credits: Work around the failures when building the manual.
U+1EA1 (ạ) in Vietnamese text

Change-Id: Ibefa4e93d33778f70e8ccc273af0a07e6cef6059
2025-10-20 16:40:46 -04:00
4 changed files with 16 additions and 3 deletions

View file

@ -8827,7 +8827,7 @@
*: "" *: ""
</dest> </dest>
<voice> <voice>
*: "~oh" *: "~"
</voice> </voice>
</phrase> </phrase>
<phrase> <phrase>

View file

@ -744,8 +744,8 @@ Yannic Schmidt
Hairo R. Carela Hairo R. Carela
Sergio Delgado Sergio Delgado
Cameron John Peck Cameron John Peck
Chu Khánh Hnh Chu Khánh Hanh
Hoàng Mnh Phú Hoàng Manh Phú
The libmad team The libmad team
The wavpack team The wavpack team

View file

@ -947,6 +947,18 @@ sub simbuilds {
}, },
'enabled' => 1, 'enabled' => 1,
}, },
'vietnamese' => {
'lang' => 'vietnamese',
'name' => 'Tiếng Việt (Vietnamese)',
'short' => 'vi',
'defengine' => 'piper',
'engines' => {
'espeak' => '-vvi',
'gtts' => '-l vi',
'piper' => 'vi_VN-vais1000-medium.onnx',
},
'enabled' => 1,
},
); );
sub byshortname { sub byshortname {

View file

@ -1135,6 +1135,7 @@ th=thai,ภาษาไทย
tl=tagalog,Tagalog tl=tagalog,Tagalog
tr=turkce,Türkçe tr=turkce,Türkçe
uk=ukranian,украї́нська uk=ukranian,украї́нська
vi=vietnamese,Tiếng Việt
wa=walon,Wallon wa=walon,Wallon
zh_CN=chinese-simp,简体中文 zh_CN=chinese-simp,简体中文
zh_TW=chinese-trad,正體中文 zh_TW=chinese-trad,正體中文