summaryrefslogtreecommitdiffstats
path: root/tools/voice.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/voice.pl')
-rwxr-xr-xtools/voice.pl2
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',