forked from len0rd/rockbox
voice: Minor tweaks for Chineese TTS
Change-Id: I717a40cd00e9deabf093aabd05bc2608488c5f56
This commit is contained in:
parent
8ddd94f3fd
commit
16094fca33
3 changed files with 4 additions and 4 deletions
|
|
@ -87,7 +87,7 @@ my %festival_lang_map = (
|
|||
|
||||
my %gtts_lang_map = (
|
||||
'english' => '-l en -t co.uk', # Always first, it's the golden master
|
||||
'chinese-simp' => '-l zh-CN',
|
||||
'chinese-simp' => '-l zh',
|
||||
'czech' => '-l cs',
|
||||
'dansk' => '-l da',
|
||||
'deutsch' => '-l de',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue