forked from len0rd/rockbox
builds: Add Japanese to the nightly voice set (using gtts)
Change-Id: I77fb5601d45c008f72b613f8e67148ccca738b71
This commit is contained in:
parent
e4179e4ff9
commit
14ba18b1dd
3 changed files with 15 additions and 3 deletions
|
|
@ -16382,7 +16382,7 @@
|
|||
*: ""
|
||||
</dest>
|
||||
<voice>
|
||||
*: "イングリッシュ"
|
||||
*: "日本語"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
|
|
|
|||
|
|
@ -615,7 +615,7 @@ sub simbuilds {
|
|||
'lang' => 'bulgarian',
|
||||
'name' => 'Български (Bulgarian)',
|
||||
'short' => 'bg',
|
||||
'defengine' => 'espeak', # XXX Switch to gtts when buildserver is updated
|
||||
'defengine' => 'gtts',
|
||||
'engines' => {
|
||||
'espeak' => '-vbg',
|
||||
'gtts' => '-l bg',
|
||||
|
|
@ -757,7 +757,18 @@ sub simbuilds {
|
|||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
'korean' => { #
|
||||
'japanese' => {
|
||||
'lang' => 'japanese',
|
||||
'name' => '日本語 (Japanese)',
|
||||
'short' => 'ja',
|
||||
'defengine' => 'gtts',
|
||||
'engines' => {
|
||||
'espeak' => '-vja',
|
||||
'gtts' => '-l ja',
|
||||
},
|
||||
'enabled' => 1,
|
||||
},
|
||||
'korean' => {
|
||||
'lang' => 'korean',
|
||||
'name' => '한국어 (Korean)',
|
||||
'short' => 'ko',
|
||||
|
|
|
|||
|
|
@ -101,6 +101,7 @@ my %gtts_lang_map = (
|
|||
'francais' => '-l fr',
|
||||
'greek' => '-l el',
|
||||
'italiano' => '-l it',
|
||||
'japanese' => '-l ja',
|
||||
'korean' => '-l ko',
|
||||
'magyar' => '-l hu',
|
||||
'nederlands' => '-l nl',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue