summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-06-23 14:02:28 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-06-23 14:06:46 -0400
commitc86276997757885ce6f6d900f0feb98bc24b5594 (patch)
tree5bb2550e70b502166f96c64994b1223b70f73078
parentd117debca9701fb980bbc1dec6e73c1ad5c397ad (diff)
downloadrockbox-c86276997757885ce6f6d900f0feb98bc24b5594.tar.gz
rockbox-c86276997757885ce6f6d900f0feb98bc24b5594.zip
voices: Enable nightly generation of Czech voice files.
It has a higher completion state than some of the others we're already generating. Change-Id: I2cbb5f53872449591e3493d83f91dd38047ff14c
-rw-r--r--tools/builds.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index ccbf7df195..518fb01e49 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -556,7 +556,7 @@ sub allbuilds {
556 'gtts' => '-l cs', 556 'gtts' => '-l cs',
557 'piper' => 'cs_CZ-jirka-medium.onnx', 557 'piper' => 'cs_CZ-jirka-medium.onnx',
558 }, 558 },
559 'enabled' => 0, 559 'enabled' => 1,
560 }, 560 },
561 'dansk' => { 561 'dansk' => {
562 'lang' => 'dansk', 562 'lang' => 'dansk',