Add support for Portuguese 'Portugal' (by Frederico Muñoz)
svn: r16333
This commit is contained in:
parent
22801c9e6e
commit
36e0c637fd
@ -33,7 +33,7 @@ AC_SUBST(RELEASE)
|
|||||||
AC_SUBST(VERSIONSTRING)
|
AC_SUBST(VERSIONSTRING)
|
||||||
|
|
||||||
dnl Add the languages which your application supports here.
|
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
|
GETTEXT_PACKAGE=gramps
|
||||||
AC_SUBST(GETTEXT_PACKAGE)
|
AC_SUBST(GETTEXT_PACKAGE)
|
||||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the Gettext package name.])
|
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Define to the Gettext package name.])
|
||||||
|
26611
po/pt_PT.po
Normal file
26611
po/pt_PT.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -81,7 +81,8 @@ _LANG_MAP = {
|
|||||||
|
|
||||||
_COUNTRY_MAP = {
|
_COUNTRY_MAP = {
|
||||||
"BR" : _("Brazil"),
|
"BR" : _("Brazil"),
|
||||||
"CN" : _("China")
|
"CN" : _("China"),
|
||||||
|
"PT" : _("Portugal")
|
||||||
}
|
}
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user