mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Add Brazillian Portuguese translation by Adilson Vicente Xavier. Update sapi_voices.vbs accordingly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14603 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3fbd2414af
commit
fd32e1cbd1
3 changed files with 11051 additions and 1 deletions
11047
apps/lang/portugues-brasileiro.lang
Normal file
11047
apps/lang/portugues-brasileiro.lang
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -324,6 +324,7 @@ Alex Parker
|
|||
Mario Lang
|
||||
Justin Foell
|
||||
Igor Kuzmin
|
||||
Adilson Vicente Xavier
|
||||
The libmad team
|
||||
The wavpack team
|
||||
The ffmpeg team
|
||||
|
|
|
|||
|
|
@ -312,7 +312,9 @@ Function LangIDs(ByRef sLanguage)
|
|||
Case "polski"
|
||||
LangIDs = Array(&h415)
|
||||
Case "portugues"
|
||||
LangIDs = Array(&h816, &h416) ' Standard, Brazilian
|
||||
LangIDs = Array(&h816)
|
||||
Case "portugues-brasileiro"
|
||||
LangIDs = Array(&h416)
|
||||
Case "romaneste"
|
||||
LangIDs = Array(&h418)
|
||||
Case "russian"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue