aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
authorBoriar2013-02-08 17:04:32 -0500
committerNebuleon Fumika2013-02-08 17:04:32 -0500
commit267da6d5e11a285b5172983de540f6f9219c21db (patch)
tree685f13eb6473f45342d08bea354acc89aefed121 /source/nds/message.h
parentfa19e1551a584a48202677c5215b062895e4f34f (diff)
downloadsnesemu-267da6d5e11a285b5172983de540f6f9219c21db.tar.gz
snesemu-267da6d5e11a285b5172983de540f6f9219c21db.tar.bz2
snesemu-267da6d5e11a285b5172983de540f6f9219c21db.zip
Add a Spanish 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 93b8313..bab9292 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -147,10 +147,11 @@ enum LANGUAGE {
CHINESE_SIMPLIFIED,
FRENCH,
GERMAN,
- DUTCH
+ DUTCH,
+ SPANISH
};
-extern char* lang[5]; // Allocated in gui.c, needs to match the languages ^
+extern char* lang[6]; // Allocated in gui.c, needs to match the languages ^
char *msg[MSG_END+1];
char msg_data[32 * 1024];