diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-12-15 22:37:14 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-12-15 22:37:14 -0500 |
commit | 6a6f5fbd6cd3746d461b58c764c9603ceae73375 (patch) | |
tree | d5d16f9b8b3ca9125c47ff59c094dee559a8d6f5 | |
parent | f496e1fb971141d2801ae7e652edbcb1dc0c99c4 (diff) | |
download | rockbox-6a6f5fbd6c.tar.gz rockbox-6a6f5fbd6c.zip |
Voices: Enable the generation of turkish voice files.
Change-Id: Iee9ee12602e0a2f6c01d4de738d16787b9f5c23e
-rw-r--r-- | tools/builds.pm | 11 |
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 { }, 'enabled' => 1, }, + 'turkce' => { + 'lang' => 'turkce', + 'name' => 'Türkçe (Turkish)', + 'short' => 'tr', + 'defengine' => 'espeak', + 'engines' => { + 'espeak' => '-vtr', + 'gtts' => '-l tr', + }, + 'enabled' => 1, + }, ); sub bylang { |