forked from len0rd/rockbox
builds: Use consistent formatting for language codes in voice list.
...strictly speaking, what we use isn't correct (eg we should use es_MX instead of es-mx) but the latter is clearer on the download page. Change-Id: Ia1a21c4259826ca2a0f6755df1cb3db94e4a50b3
This commit is contained in:
parent
61dc053ce1
commit
7c813a79d0
1 changed files with 2 additions and 2 deletions
|
@ -620,7 +620,7 @@ sub simbuilds {
|
||||||
'chinese-simp' => { # Mandarin?
|
'chinese-simp' => { # Mandarin?
|
||||||
'lang' => 'chinese-simp',
|
'lang' => 'chinese-simp',
|
||||||
'name' => '简体中文 (Chinese Simplified)',
|
'name' => '简体中文 (Chinese Simplified)',
|
||||||
'short' => 'zh_cn',
|
'short' => 'zh-cn',
|
||||||
'defengine' => 'piper',
|
'defengine' => 'piper',
|
||||||
'engines' => {
|
'engines' => {
|
||||||
'espeak' => '-vzh',
|
'espeak' => '-vzh',
|
||||||
|
@ -812,7 +812,7 @@ sub simbuilds {
|
||||||
'moldoveneste' => {
|
'moldoveneste' => {
|
||||||
'lang' => 'moldoveneste',
|
'lang' => 'moldoveneste',
|
||||||
'name' => 'Moldovenească (Moldavian)',
|
'name' => 'Moldovenească (Moldavian)',
|
||||||
'short' => 'ro_MD',
|
'short' => 'ro-md',
|
||||||
'defengine' => 'piper',
|
'defengine' => 'piper',
|
||||||
'engines' => {
|
'engines' => {
|
||||||
'espeak' => '-vro',
|
'espeak' => '-vro',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue