1
0
Fork 0
forked from len0rd/rockbox

Voices: Enable the generation of turkish voice files.

Change-Id: Iee9ee12602e0a2f6c01d4de738d16787b9f5c23e
This commit is contained in:
Solomon Peachy 2021-12-15 22:37:14 -05:00
parent f496e1fb97
commit 6a6f5fbd6c

View file

@ -674,6 +674,17 @@ sub allbuilds {
}, },
'enabled' => 1, 'enabled' => 1,
}, },
'turkce' => {
'lang' => 'turkce',
'name' => 'Türkçe (Turkish)',
'short' => 'tr',
'defengine' => 'espeak',
'engines' => {
'espeak' => '-vtr',
'gtts' => '-l tr',
},
'enabled' => 1,
},
); );
sub bylang { sub bylang {