forked from len0rd/rockbox
Disable nightly Norweigan and Czech voice generation
They are hovering at 61% and 73% respectively. Our current cutoff is 75%, and that should arguably be raied to at least 80%. If anyone complains we can politely request they help with the translation. Change-Id: I39fd0a3b40311669c2a644de8c359a29ae066e75
This commit is contained in:
parent
66a18f7c30
commit
1fadf1cd89
1 changed files with 2 additions and 2 deletions
|
@ -639,7 +639,7 @@ sub simbuilds {
|
|||
'gtts' => '-l cs',
|
||||
'piper' => 'cs_CZ-jirka-medium.onnx',
|
||||
},
|
||||
'enabled' => 1,
|
||||
'enabled' => 0,
|
||||
},
|
||||
'dansk' => {
|
||||
'lang' => 'dansk',
|
||||
|
@ -807,7 +807,7 @@ sub simbuilds {
|
|||
'gtts' => '-l no',
|
||||
'piper' => 'no_NO-talesyntese-medium.onnx',
|
||||
},
|
||||
'enabled' => 1,
|
||||
'enabled' => 0,
|
||||
},
|
||||
'polski' => {
|
||||
'lang' => 'polski',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue