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
This commit is contained in:
Dominik Riebeling 2011-05-07 15:55:42 +00:00
parent 0925bfbb1c
commit 75e3fb7edb
2 changed files with 4 additions and 1 deletions

View File

@ -784,7 +784,8 @@ pt=portugues
pt_BR=portugues-brasileiro
ro=romaneste
ru=russian
sk=slovenscina
sk=slovak
sl=slovenscina
sv=svenska
th=thai
tl=tagalog

View File

@ -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"