1
0
Fork 0
forked from len0rd/rockbox

voice: Fix typo in Bulgarian gtts default cmdline

Change-Id: I56b285aa1ba89f645702b514339d60e3679fc98c
This commit is contained in:
Solomon Peachy 2024-07-23 13:55:15 -04:00
parent dd58b05f61
commit 6dd9b9786c

View file

@ -87,7 +87,7 @@ my %festival_lang_map = (
my %gtts_lang_map = ( my %gtts_lang_map = (
'english' => '-l en -t co.uk', # Always first, it's the golden master 'english' => '-l en -t co.uk', # Always first, it's the golden master
'bulgarian' => 'l bg', 'bulgarian' => '-l bg',
'chinese-simp' => '-l zh', 'chinese-simp' => '-l zh',
'czech' => '-l cs', 'czech' => '-l cs',
'dansk' => '-l da', 'dansk' => '-l da',