mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
rbutil: Add support for Vietnamese to the SAPI TTS glue code
Change-Id: I2cd7f8540717a95b3d05e836c5502313a9db6b50
This commit is contained in:
parent
3629a765d2
commit
f5be6cd10c
1 changed files with 2 additions and 0 deletions
|
|
@ -392,6 +392,8 @@ Function LangIDs(ByRef sLanguage)
|
|||
LangIDs = Array(&h41f)
|
||||
Case "ukrainian"
|
||||
LangIDs = Array(&h422)
|
||||
Case "vietnamese"
|
||||
LangIDs = Array(&h42a)
|
||||
Case "wallisertitsch"
|
||||
LangIDs = Array(&h807) ' Swiss German
|
||||
Case "walon"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue