summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-12-15 22:37:14 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-12-15 22:37:14 -0500
commit6a6f5fbd6cd3746d461b58c764c9603ceae73375 (patch)
treed5d16f9b8b3ca9125c47ff59c094dee559a8d6f5
parentf496e1fb971141d2801ae7e652edbcb1dc0c99c4 (diff)
downloadrockbox-6a6f5fbd6cd3746d461b58c764c9603ceae73375.tar.gz
rockbox-6a6f5fbd6cd3746d461b58c764c9603ceae73375.zip
Voices: Enable the generation of turkish voice files.
Change-Id: Iee9ee12602e0a2f6c01d4de738d16787b9f5c23e
-rw-r--r--tools/builds.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/builds.pm b/tools/builds.pm
index a271d43327..e11b527a1f 100644
--- a/tools/builds.pm
+++ b/tools/builds.pm
@@ -674,6 +674,17 @@ sub allbuilds {
674 }, 674 },
675 'enabled' => 1, 675 'enabled' => 1,
676 }, 676 },
677 'turkce' => {
678 'lang' => 'turkce',
679 'name' => 'Türkçe (Turkish)',
680 'short' => 'tr',
681 'defengine' => 'espeak',
682 'engines' => {
683 'espeak' => '-vtr',
684 'gtts' => '-l tr',
685 },
686 'enabled' => 1,
687 },
677); 688);
678 689
679sub bylang { 690sub bylang {