summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2011-05-07 15:55:42 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2011-05-07 15:55:42 +0000
commit75e3fb7edbe686b3aff8abe471fc80bcde6a3d55 (patch)
treed0cbadbd1329d3a3b8217a932fecb797ed0b1273 /tools
parent0925bfbb1cbdad163537961fd1a81bf917968a5b (diff)
downloadrockbox-75e3fb7edbe686b3aff8abe471fc80bcde6a3d55.tar.gz
rockbox-75e3fb7edbe686b3aff8abe471fc80bcde6a3d55.zip
SAPI voice creating: add slovak to languages.
Extend sapi_voice.vbs with slovak (FS#10904). Additionally add it to the list of supported languages in Rockbox Utility and fix the country code used for slovenscina (by myself). Author: Peter Lecky Flyspray: FS#10904 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29830 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r--tools/sapi_voice.vbs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/sapi_voice.vbs b/tools/sapi_voice.vbs
index 4593b791c4..db44ee99ab 100644
--- a/tools/sapi_voice.vbs
+++ b/tools/sapi_voice.vbs
@@ -356,6 +356,8 @@ Function LangIDs(ByRef sLanguage)
356 LangIDs = Array(&h418) 356 LangIDs = Array(&h418)
357 Case "russian" 357 Case "russian"
358 LangIDs = Array(&h419) 358 LangIDs = Array(&h419)
359 Case "slovak"
360 LangIDs = Array(&h41B)
359 Case "slovenscina" 361 Case "slovenscina"
360 LangIDs = Array(&h424) 362 LangIDs = Array(&h424)
361 Case "srpski" 363 Case "srpski"