summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-07-22 20:34:40 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-07-22 20:34:40 -0400
commitc72030f98c953a82ed6f5c7132ad000c3d5f4a16 (patch)
tree666aabb2f1277fc3ca190b7eff200385d0c7ed73
parente8257580c63244c784b57ee917919f9ea23c40ec (diff)
downloadrockbox-c72030f98c.tar.gz
rockbox-c72030f98c.zip
voice: Add default voice entries for Korean for gtts and espeak
(Piper does not have a Korean voice set yet) Change-Id: I6675aed6f7b1f376cd80bcb447ceae8e6bedac36
-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 = (
'espanol' => '-l es',
'francais' => '-l fr',
'greek' => '-l el',
- 'magyar' => '-l hu',
'italiano' => '-l it',
+ 'korean' => '-l ko',
+ 'magyar' => '-l hu',
'nederlands' => '-l nl',
'norsk' => '-l no',
'polski' => '-l pl',
@@ -119,9 +120,10 @@ my %espeak_lang_map = (
'espanol' => '-ves',
'francais' => '-vfr-fr',
'greek' => '-vel',
- 'magyar' => '-vhu',
'italiano' => '-vit',
'japanese' => '-vja',
+ 'korean' => '-vko',
+ 'magyar' => '-vhu',
'nederlands' => '-vnl',
'norsk' => '-vno',
'polski' => '-vpl',