diff options
-rwxr-xr-x | tools/voice.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/voice.pl b/tools/voice.pl index 7962232a0e..86a018e096 100755 --- a/tools/voice.pl +++ b/tools/voice.pl @@ -83,6 +83,7 @@ my %festival_lang_map = ( my %gtts_lang_map = ( 'english' => 'en-gb', # Always first, it's the golden master 'czech' => 'cs', # not supported + 'dansk' => 'da', 'deutsch' => 'de', 'english-us' => 'en-us', 'espanol' => 'es-es', @@ -103,6 +104,7 @@ my %gtts_lang_map = ( my %espeak_lang_map = ( 'english' => 'en-gb', # Always first, it's the golden master 'czech' => 'cs', + 'dansk' => 'da', 'deutsch' => 'de', 'english-us' => 'en-us', 'espanol' => 'es', |