mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
FS#13614: Add Moldavian (ro_MD) language (Mihai Alexandru Vasiliu)
TTS is set up to use ro_RO, but is not enabled yet. Change-Id: Id71e1453e58b03e0a4205f459de87a79ff11a10e
This commit is contained in:
parent
6acbf74d7f
commit
3ac252b840
4 changed files with 17001 additions and 0 deletions
|
@ -809,6 +809,18 @@ sub simbuilds {
|
|||
},
|
||||
'enabled' => 0,
|
||||
},
|
||||
'moldoveneste' => {
|
||||
'lang' => 'moldoveneste',
|
||||
'name' => 'Moldovenească (Moldavian)',
|
||||
'short' => 'ro_MD',
|
||||
'defengine' => 'piper',
|
||||
'engines' => {
|
||||
'espeak' => '-vro',
|
||||
'gtts' => '-t md -l ro',
|
||||
'piper' => 'ro_RO-mihai-medium.onnx',
|
||||
},
|
||||
'enabled' => 0,
|
||||
},
|
||||
'polski' => {
|
||||
'lang' => 'polski',
|
||||
'name' => 'Polski (Polish)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue