mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-17 20:17:37 -04:00
Add language identifier for Lithuanian.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21213 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
038c808466
commit
6eebabfe44
1 changed files with 3 additions and 1 deletions
|
@ -336,6 +336,8 @@ Function LangIDs(ByRef sLanguage)
|
||||||
LangIDs = Array(&h411)
|
LangIDs = Array(&h411)
|
||||||
Case "korean"
|
Case "korean"
|
||||||
LangIDs = Array(&h412)
|
LangIDs = Array(&h412)
|
||||||
|
Case "lietuviu"
|
||||||
|
LangIDs = Array(&h427)
|
||||||
Case "magyar"
|
Case "magyar"
|
||||||
LangIDs = Array(&h40e)
|
LangIDs = Array(&h40e)
|
||||||
Case "nederlands"
|
Case "nederlands"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue