summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/voice.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/voice.pl b/tools/voice.pl
index d2ec6c446d..9ec497b165 100755
--- a/tools/voice.pl
+++ b/tools/voice.pl
@@ -96,8 +96,9 @@ my %gtts_lang_map = (
96 'espanol' => '-l es', 96 'espanol' => '-l es',
97 'francais' => '-l fr', 97 'francais' => '-l fr',
98 'greek' => '-l el', 98 'greek' => '-l el',
99 'magyar' => '-l hu',
100 'italiano' => '-l it', 99 'italiano' => '-l it',
100 'korean' => '-l ko',
101 'magyar' => '-l hu',
101 'nederlands' => '-l nl', 102 'nederlands' => '-l nl',
102 'norsk' => '-l no', 103 'norsk' => '-l no',
103 'polski' => '-l pl', 104 'polski' => '-l pl',
@@ -119,9 +120,10 @@ my %espeak_lang_map = (
119 'espanol' => '-ves', 120 'espanol' => '-ves',
120 'francais' => '-vfr-fr', 121 'francais' => '-vfr-fr',
121 'greek' => '-vel', 122 'greek' => '-vel',
122 'magyar' => '-vhu',
123 'italiano' => '-vit', 123 'italiano' => '-vit',
124 'japanese' => '-vja', 124 'japanese' => '-vja',
125 'korean' => '-vko',
126 'magyar' => '-vhu',
125 'nederlands' => '-vnl', 127 'nederlands' => '-vnl',
126 'norsk' => '-vno', 128 'norsk' => '-vno',
127 'polski' => '-vpl', 129 'polski' => '-vpl',