mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:42:56 +00:00
[RUNONCE][USERINIT] Add Portuguese (neutral) translation. (#1656)
This commit is contained in:
parent
65dc8aba92
commit
12632613ac
6 changed files with 68 additions and 3 deletions
|
@ -68,6 +68,9 @@ IDB_ROSMASK BITMAP "res/rosbitmap_mask.bmp"
|
|||
#ifdef LANGUAGE_PT_BR
|
||||
#include "lang/pt-BR.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_PT_PT
|
||||
#include "lang/pt-PT.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_RO_RO
|
||||
#include "lang/ro-RO.rc"
|
||||
#endif
|
||||
|
@ -97,4 +100,4 @@ IDB_ROSMASK BITMAP "res/rosbitmap_mask.bmp"
|
|||
#endif
|
||||
#ifdef LANGUAGE_ZH_TW
|
||||
#include "lang/zh-TW.rc"
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue