summaryrefslogtreecommitdiff
path: root/tools/voice.pl
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-23 13:55:15 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-23 13:55:37 -0400
commit6dd9b9786c96cf0057bfc04ebea8106805e885f7 (patch)
tree60462e608260d9c5b4aa700f7f3ae9df7a79900f /tools/voice.pl
parentdd58b05f61d049a4977a645e033f413d0eb2cd02 (diff)
downloadrockbox-6dd9b9786c96cf0057bfc04ebea8106805e885f7.tar.gz
rockbox-6dd9b9786c96cf0057bfc04ebea8106805e885f7.zip
voice: Fix typo in Bulgarian gtts default cmdline
Change-Id: I56b285aa1ba89f645702b514339d60e3679fc98c
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index 89d5f2a041..8492567ef0 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -87,7 +87,7 @@ my %festival_lang_map = (
87 87
88my %gtts_lang_map = ( 88my %gtts_lang_map = (
89 'english' => '-l en -t co.uk', # Always first, it's the golden master 89 'english' => '-l en -t co.uk', # Always first, it's the golden master
90 'bulgarian' => 'l bg', 90 'bulgarian' => '-l bg',
91 'chinese-simp' => '-l zh', 91 'chinese-simp' => '-l zh',
92 'czech' => '-l cs', 92 'czech' => '-l cs',
93 'dansk' => '-l da', 93 'dansk' => '-l da',