mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 05:02:33 -05:00
Compare commits
4 commits
900b362f4c
...
3fdc731137
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3fdc731137 | ||
|
|
e09747fe2b | ||
|
|
ef0d75d1e4 | ||
|
|
ebe611ddd4 |
4 changed files with 16 additions and 3 deletions
|
|
@ -8827,7 +8827,7 @@
|
|||
*: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: "~oh"
|
||||
*: "~"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
|
|
@ -744,8 +744,8 @@ Yannic Schmidt
|
|||
Hairo R. Carela
|
||||
Sergio Delgado
|
||||
Cameron John Peck
|
||||
Chu Khánh Hạnh
|
||||
Hoàng Mạnh Phú
|
||||
Chu Khánh Hanh
|
||||
Hoàng Manh Phú
|
||||
|
||||
The libmad team
|
||||
The wavpack team
|
||||
|
|
|
|||
|
|
@ -947,6 +947,18 @@ sub simbuilds {
|
|||
},
|
||||
'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 {
|
||||
|
|
|
|||
|
|
@ -1135,6 +1135,7 @@ th=thai,ภาษาไทย
|
|||
tl=tagalog,Tagalog
|
||||
tr=turkce,Türkçe
|
||||
uk=ukranian,украї́нська
|
||||
vi=vietnamese,Tiếng Việt
|
||||
wa=walon,Wallon
|
||||
zh_CN=chinese-simp,简体中文
|
||||
zh_TW=chinese-trad,正體中文
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue