Add support for Portuguese 'Portugal' (by Frederico Muñoz)

svn: r16333
This commit is contained in:
Jérôme Rapinat
2011-01-03 16:56:50 +00:00
parent 22801c9e6e
commit 36e0c637fd
3 changed files with 26614 additions and 2 deletions

View File

@@ -81,7 +81,8 @@ _LANG_MAP = {
_COUNTRY_MAP = {
"BR" : _("Brazil"),
"CN" : _("China")
"CN" : _("China"),
"PT" : _("Portugal")
}
#------------------------------------------------------------------------