mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
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:
parent
0925bfbb1c
commit
75e3fb7edb
2 changed files with 4 additions and 1 deletions
|
|
@ -784,7 +784,8 @@ pt=portugues
|
||||||
pt_BR=portugues-brasileiro
|
pt_BR=portugues-brasileiro
|
||||||
ro=romaneste
|
ro=romaneste
|
||||||
ru=russian
|
ru=russian
|
||||||
sk=slovenscina
|
sk=slovak
|
||||||
|
sl=slovenscina
|
||||||
sv=svenska
|
sv=svenska
|
||||||
th=thai
|
th=thai
|
||||||
tl=tagalog
|
tl=tagalog
|
||||||
|
|
|
||||||
|
|
@ -356,6 +356,8 @@ Function LangIDs(ByRef sLanguage)
|
||||||
LangIDs = Array(&h418)
|
LangIDs = Array(&h418)
|
||||||
Case "russian"
|
Case "russian"
|
||||||
LangIDs = Array(&h419)
|
LangIDs = Array(&h419)
|
||||||
|
Case "slovak"
|
||||||
|
LangIDs = Array(&h41B)
|
||||||
Case "slovenscina"
|
Case "slovenscina"
|
||||||
LangIDs = Array(&h424)
|
LangIDs = Array(&h424)
|
||||||
Case "srpski"
|
Case "srpski"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue