From d78521af47c85af9ca9b987bf5803878f1f52326 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 9 Mar 2008 08:16:08 +0000 Subject: Make the newly supported languages known to SAPI voice generation. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16587 a1c6a512-1295-4272-9138-f99709370657 --- tools/sapi_voice.vbs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools') diff --git a/tools/sapi_voice.vbs b/tools/sapi_voice.vbs index c971be0c53..772798b66e 100755 --- a/tools/sapi_voice.vbs +++ b/tools/sapi_voice.vbs @@ -347,6 +347,8 @@ Function LangIDs(ByRef sLanguage) LangIDs = Array(&h408) Case "hebrew" LangIDs = Array(&h40d) + Case "hindi" + LangIDs = Array(&h439) Case "islenska" LangIDs = Array(&h40f) Case "italiano" @@ -375,8 +377,14 @@ Function LangIDs(ByRef sLanguage) LangIDs = Array(&h419) Case "slovenscina" LangIDs = Array(&h424) + Case "srpski" + LangIDs = Array(&hc1a) ' Cyrillic Case "svenska" LangIDs = Array(&h41d, &h81d) ' Standard, Finland + Case "tagalog" + LangIDs = Array(&h464) ' Filipino, might not be 100% correct + Case "thai" + LangIDs = Array(&h41e) Case "turkce" LangIDs = Array(&h41f) Case "wallisertitsch" -- cgit v1.2.3