From d6aa5931e6fb2d45eab71b2f4c24224f22003843 Mon Sep 17 00:00:00 2001 From: tatiana Date: Mon, 1 Mar 2010 14:33:31 +0000 Subject: [PATCH] ADD: New languages support (German and Chinese) --- invesalius/i18n.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/invesalius/i18n.py b/invesalius/i18n.py index 7c13dc2..feed177 100644 --- a/invesalius/i18n.py +++ b/invesalius/i18n.py @@ -32,7 +32,8 @@ LANGUAGE_DIR = os.path.abspath(os.path.join('..','locale')) def GetLocales(): """Return a dictionary which defines supported languages""" - d = utl.TwoWaysDictionary ({'en': u'English', + d = utl.TwoWaysDictionary ({'zh_TW': u'中文', + 'en': u'English', 'es': u'Español', 'pt_BR': u'Português (Brasil)', 'fr':u'Français', -- libgit2 0.21.2