mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[VCDCONTROLTOOL] Enable Spanish translation
Addendum to1cb1da5
which was an addendum tobe8a835
This commit is contained in:
parent
4b7f1e0a9d
commit
963f715c69
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
#ifdef LANGUAGE_EN_US
|
||||
#include "lang/en-US.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_ES_ES
|
||||
#include "lang/es-ES.rc"
|
||||
#endif
|
||||
#ifdef LANGUAGE_FR_FR
|
||||
#include "lang/fr-FR.rc"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue