aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
authorNebuleon Fumika2012-12-19 18:38:04 -0500
committerNebuleon Fumika2012-12-19 18:38:04 -0500
commit973cd8d5e37dba2e15de3d3fd1965d2fbfc2cdab (patch)
tree9c4345f25d8c0f1d99ca5132c842882a11a40339 /source/nds/message.h
parenteee0a7ecdaa08f15ebeb7821d6e805234dc78c33 (diff)
downloadsnes9x2005-973cd8d5e37dba2e15de3d3fd1965d2fbfc2cdab.tar.gz
snes9x2005-973cd8d5e37dba2e15de3d3fd1965d2fbfc2cdab.tar.bz2
snes9x2005-973cd8d5e37dba2e15de3d3fd1965d2fbfc2cdab.zip
EN: Link the French translation to the interface. FR: Ajout de la traduction française à l'interface.
EN: * bdf_font.c: Add support for having a main font, [0], of more than 128 characters. Refactor character width checks into a new function, BDF_width16_ucs. * bdf_font.h, draw.h, gui.c: Use UTF-8 for all strings to allow more translations. Use BDF_width16_ucs where possible. FR: * bdf_font.c: Prendre en charge une police principale, [0], de plus de 128 caractères. Diriger les vérifications de la largeur d'un caractère vers une nouvelle routine, BDF_width16_ucs. * bdf_font.h, draw.h, gui.c: Utiliser le codage UTF-8 pour toutes les chaînes pour permettre d'autres traductions. Utiliser BDF_width16_ucs là où c'est possible.
Diffstat (limited to 'source/nds/message.h')
-rw-r--r--source/nds/message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index fc6bd33..9292d3f 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -165,7 +165,7 @@ enum MSG
enum LANGUAGE{
ENGLISH,
CHINESE_SIMPLIFIED,
- CHINESE_TRADITIONAL
+ FRENCH
};
char *msg[MSG_END+1];