forked from len0rd/rockbox
Voices: Enable the generation of turkish voice files.
Change-Id: Iee9ee12602e0a2f6c01d4de738d16787b9f5c23e
This commit is contained in:
parent
f496e1fb97
commit
6a6f5fbd6c
1 changed files with 11 additions and 0 deletions
|
@ -674,6 +674,17 @@ sub allbuilds {
|
|||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
'turkce' => {
|
||||
'lang' => 'turkce',
|
||||
'name' => 'Türkçe (Turkish)',
|
||||
'short' => 'tr',
|
||||
'defengine' => 'espeak',
|
||||
'engines' => {
|
||||
'espeak' => '-vtr',
|
||||
'gtts' => '-l tr',
|
||||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
);
|
||||
|
||||
sub bylang {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue