forked from len0rd/rockbox
voice: Add default presets for Danish.
(The language remains <75% translated) Change-Id: I7c9b7627e745aafc60a3d8965e7aceaa63c7664c
This commit is contained in:
parent
fe5c1c8126
commit
3cc7509e81
1 changed files with 2 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ my %festival_lang_map = (
|
||||||
my %gtts_lang_map = (
|
my %gtts_lang_map = (
|
||||||
'english' => 'en-gb', # Always first, it's the golden master
|
'english' => 'en-gb', # Always first, it's the golden master
|
||||||
'czech' => 'cs', # not supported
|
'czech' => 'cs', # not supported
|
||||||
|
'dansk' => 'da',
|
||||||
'deutsch' => 'de',
|
'deutsch' => 'de',
|
||||||
'english-us' => 'en-us',
|
'english-us' => 'en-us',
|
||||||
'espanol' => 'es-es',
|
'espanol' => 'es-es',
|
||||||
|
|
@ -103,6 +104,7 @@ my %gtts_lang_map = (
|
||||||
my %espeak_lang_map = (
|
my %espeak_lang_map = (
|
||||||
'english' => 'en-gb', # Always first, it's the golden master
|
'english' => 'en-gb', # Always first, it's the golden master
|
||||||
'czech' => 'cs',
|
'czech' => 'cs',
|
||||||
|
'dansk' => 'da',
|
||||||
'deutsch' => 'de',
|
'deutsch' => 'de',
|
||||||
'english-us' => 'en-us',
|
'english-us' => 'en-us',
|
||||||
'espanol' => 'es',
|
'espanol' => 'es',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue