summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-09-28 17:24:01 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-09-28 17:25:28 -0400
commit3cc7509e815787b6f528282b0c14b4b09fa18a05 (patch)
treee13ef8814f7130d3712eebf73aed2ed5ef77a0eb
parentfe5c1c8126e167f59778acc9b18139d53c428209 (diff)
voice: Add default presets for Danish.
(The language remains <75% translated) Change-Id: I7c9b7627e745aafc60a3d8965e7aceaa63c7664c
-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',