Dutch translation by Adr990

This commit is contained in:
dsbomb 2008-05-04 00:51:50 +00:00
parent 9dc40cbf2a
commit ee9e70a4c6
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ SOURCES := source source/boards source/mappers source/input \
DATA := data
INCLUDES := source source/sz
# Specify language in all capitals
# Supported languages: ENGLISH
# Supported languages: ENGLISH DUTCH
LANG := ENGLISH
#---------------------------------------------------------------------------------

View File

@ -25,7 +25,7 @@ SOURCES := source source/boards source/mappers source/input \
DATA := data
INCLUDES := source source/sz source/drivers/gamecube/wiisd
# Specify language in all capitals
# Supported languages: ENGLISH
# Supported languages: ENGLISH DUTCH
LANG := ENGLISH
#---------------------------------------------------------------------------------

View File

@ -9,7 +9,7 @@
#elif defined INTL_GERMAN
//#include "intl/german.h"
#elif defined INTL_DUTCH
//#include "intl/dutch.h"
#include "intl/dutch.h"
#else
#include "intl/english.h"
#endif