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
+1 -1
View File
@@ -33,7 +33,7 @@ AC_SUBST(RELEASE)
AC_SUBST(VERSIONSTRING)
dnl Add the languages which your application supports here.
ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl nn pl pt_BR ru sv fi lt sk bg hr sl ca sq he"
ALL_LINGUAS="hu zh_CN cs da de es fr it nb nl nn pl pt_BR pt_PT ru sv fi lt sk bg hr sl ca sq he"
GETTEXT_PACKAGE=gramps
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the Gettext package name.])
+26611
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -81,7 +81,8 @@ _LANG_MAP = {
_COUNTRY_MAP = {
"BR" : _("Brazil"),
"CN" : _("China")
"CN" : _("China"),
"PT" : _("Portugal")
}
#------------------------------------------------------------------------