forked from len0rd/rockbox
voice: Generate Dutch voice file now that the translation is complete
Change-Id: Ic5fd45002e94f99d4557fca9ffa75df7fa6f20d8
This commit is contained in:
parent
afad2c1dcc
commit
f7005eb4e4
2 changed files with 24 additions and 12 deletions
|
|
@ -90,8 +90,8 @@ my %gtts_lang_map = (
|
|||
'greek' => 'el',
|
||||
'magyar' => 'hu',
|
||||
'italiano' => 'it',
|
||||
# 'nederlands' => 'nl', # not supported
|
||||
'norsk' => 'no',
|
||||
'nederlands' => 'nl',
|
||||
'norsk' => 'no',
|
||||
'polski' => 'pl',
|
||||
'russian' => 'ru',
|
||||
'slovak' => 'sk',
|
||||
|
|
@ -112,13 +112,14 @@ my %espeak_lang_map = (
|
|||
'magyar' => 'hu',
|
||||
'italiano' => 'it',
|
||||
'japanese' => 'ja',
|
||||
'norsk' => 'no',
|
||||
'polski' => 'pl',
|
||||
'russian' => 'ru',
|
||||
'slovak' => 'sk',
|
||||
'nederlands' => 'nl',
|
||||
'norsk' => 'no',
|
||||
'polski' => 'pl',
|
||||
'russian' => 'ru',
|
||||
'slovak' => 'sk',
|
||||
'srpski' => 'sr',
|
||||
'svenska' => 'sv',
|
||||
'turkce' => 'tr',
|
||||
'turkce' => 'tr',
|
||||
);
|
||||
|
||||
# Initialize TTS engine. May return an object or value which will be passed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue