diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-07-23 13:55:15 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-07-23 13:55:37 -0400 |
commit | 6dd9b9786c96cf0057bfc04ebea8106805e885f7 (patch) | |
tree | 60462e608260d9c5b4aa700f7f3ae9df7a79900f | |
parent | dd58b05f61d049a4977a645e033f413d0eb2cd02 (diff) | |
download | rockbox-6dd9b9786c.tar.gz rockbox-6dd9b9786c.zip |
voice: Fix typo in Bulgarian gtts default cmdline
Change-Id: I56b285aa1ba89f645702b514339d60e3679fc98c
-rwxr-xr-x | tools/voice.pl | 2 |
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 = ( my %gtts_lang_map = ( 'english' => '-l en -t co.uk', # Always first, it's the golden master - 'bulgarian' => 'l bg', + 'bulgarian' => '-l bg', 'chinese-simp' => '-l zh', 'czech' => '-l cs', 'dansk' => '-l da', |