From e156b475034a2059f10e1208dbfad62128620518 Mon Sep 17 00:00:00 2001 From: Diego Liberal Date: Thu, 14 Feb 2013 15:28:38 -0500 Subject: Add a Brazilian Portuguese localisation. --- source/nds/message.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source/nds/message.h') 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]; -- cgit v1.2.3