From 75e3fb7edbe686b3aff8abe471fc80bcde6a3d55 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Sat, 7 May 2011 15:55:42 +0000 Subject: 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 --- tools/sapi_voice.vbs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') 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) LangIDs = Array(&h418) Case "russian" LangIDs = Array(&h419) + Case "slovak" + LangIDs = Array(&h41B) Case "slovenscina" LangIDs = Array(&h424) Case "srpski" -- cgit v1.2.3