aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
authorAeter2013-02-08 16:52:31 -0500
committerNebuleon Fumika2013-02-08 16:52:31 -0500
commitfa19e1551a584a48202677c5215b062895e4f34f (patch)
tree9b3b01511d14a4153d84c5686c08fc50158ba305 /source/nds/message.h
parentd4fcf2697c9a45594e3ee0b8bf82e480ddd0b69b (diff)
downloadsnes9x2005-fa19e1551a584a48202677c5215b062895e4f34f.tar.gz
snes9x2005-fa19e1551a584a48202677c5215b062895e4f34f.tar.bz2
snes9x2005-fa19e1551a584a48202677c5215b062895e4f34f.zip
Add a Dutch translation.
Diffstat (limited to 'source/nds/message.h')
-rw-r--r--source/nds/message.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index 538bc3b..93b8313 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -146,10 +146,11 @@ enum LANGUAGE {
ENGLISH,
CHINESE_SIMPLIFIED,
FRENCH,
- GERMAN
+ GERMAN,
+ DUTCH
};
-extern char* lang[4]; // Allocated in gui.c, needs to match the languages ^
+extern char* lang[5]; // Allocated in gui.c, needs to match the languages ^
char *msg[MSG_END+1];
char msg_data[32 * 1024];