summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-22 20:23:59 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-22 20:27:24 -0400
commite8257580c63244c784b57ee917919f9ea23c40ec (patch)
treee54400ff3c0370d17a46fc911b2a988057b9117a /tools
parent9a84e9eb34b03d74d6062a0c2227a3c4d5d6cb20 (diff)
downloadrockbox-e8257580c63244c784b57ee917919f9ea23c40ec.tar.gz
rockbox-e8257580c63244c784b57ee917919f9ea23c40ec.zip
voices: Add Korean (using espeak-ng) to the nightly voice build set
Change-Id: I8dd3db1fa571353e8a3c06fb6db0d8205530bfd5
Diffstat (limited to 'tools')
-rw-r--r--tools/builds.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index a2abe2a9b3..de016bbb04 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -740,6 +740,17 @@ sub simbuilds {
740 }, 740 },
741 'enabled' => 1, 741 'enabled' => 1,
742 }, 742 },
743 'korean' => { #
744 'lang' => 'korean',
745 'name' => '한국어 (Korean)',
746 'short' => 'ko_KR',
747 'defengine' => 'espeak',
748 'engines' => {
749 'espeak' => '-vko',
750 'gtts' => '-l ko',
751 },
752 'enabled' => 1,
753 },
743 'nederlands' => { 754 'nederlands' => {
744 'lang' => 'nederlands', 755 'lang' => 'nederlands',
745 'name' => 'Nederlands (Dutch)', 756 'name' => 'Nederlands (Dutch)',