aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
authorDiego Liberal2013-02-14 15:28:38 -0500
committerNebuleon Fumika2013-02-14 15:28:38 -0500
commite156b475034a2059f10e1208dbfad62128620518 (patch)
tree9226b25bf2d0194539b62f22d06a88b109c137db /source/nds/message.h
parent03e8e8863a4fb9aea9da2d849cbc058d2c9159bc (diff)
downloadsnes9x2005-e156b475034a2059f10e1208dbfad62128620518.tar.gz
snes9x2005-e156b475034a2059f10e1208dbfad62128620518.tar.bz2
snes9x2005-e156b475034a2059f10e1208dbfad62128620518.zip
Add a Brazilian Portuguese localisation.
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 73686e8..c9e9704 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -153,10 +153,11 @@ enum LANGUAGE {
GERMAN,
DUTCH,
SPANISH,
- ITALIAN
+ ITALIAN,
+ PORTUGUESE_BRAZILIAN
};
-extern char* lang[7]; // Allocated in gui.c, needs to match the languages ^
+extern char* lang[8]; // Allocated in gui.c, needs to match the languages ^
char *msg[MSG_END+1];
char msg_data[32 * 1024];