mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
voices: Add Korean (using espeak-ng) to the nightly voice build set
Change-Id: I8dd3db1fa571353e8a3c06fb6db0d8205530bfd5
This commit is contained in:
parent
9a84e9eb34
commit
e8257580c6
2 changed files with 15 additions and 4 deletions
|
@ -5979,15 +5979,15 @@
|
||||||
</source>
|
</source>
|
||||||
<dest>
|
<dest>
|
||||||
*: none
|
*: none
|
||||||
hibylinux: "USB:"
|
hibylinux: "~USB:"
|
||||||
multivolume: "HD1:"
|
multivolume: "~HD1:"
|
||||||
sansac200*,sansaclipplus,sansae200*,sansafuze*: "마이크로SD:"
|
sansac200*,sansaclipplus,sansae200*,sansafuze*: "마이크로SD:"
|
||||||
xduoox3: "마이크로SD2:"
|
xduoox3: "마이크로SD2:"
|
||||||
</dest>
|
</dest>
|
||||||
<voice>
|
<voice>
|
||||||
*: none
|
*: none
|
||||||
hibylinux: "U S B"
|
hibylinux: "~U S B"
|
||||||
multivolume: "H D 1"
|
multivolume: "~H D 1"
|
||||||
sansac200*,sansaclipplus,sansae200*,sansafuze*: "마이크로 S D"
|
sansac200*,sansaclipplus,sansae200*,sansafuze*: "마이크로 S D"
|
||||||
xduoox3: "마이크로 S D 2"
|
xduoox3: "마이크로 S D 2"
|
||||||
</voice>
|
</voice>
|
||||||
|
|
|
@ -740,6 +740,17 @@ sub simbuilds {
|
||||||
},
|
},
|
||||||
'enabled' => 1,
|
'enabled' => 1,
|
||||||
},
|
},
|
||||||
|
'korean' => { #
|
||||||
|
'lang' => 'korean',
|
||||||
|
'name' => '한국어 (Korean)',
|
||||||
|
'short' => 'ko_KR',
|
||||||
|
'defengine' => 'espeak',
|
||||||
|
'engines' => {
|
||||||
|
'espeak' => '-vko',
|
||||||
|
'gtts' => '-l ko',
|
||||||
|
},
|
||||||
|
'enabled' => 1,
|
||||||
|
},
|
||||||
'nederlands' => {
|
'nederlands' => {
|
||||||
'lang' => 'nederlands',
|
'lang' => 'nederlands',
|
||||||
'name' => 'Nederlands (Dutch)',
|
'name' => 'Nederlands (Dutch)',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue