aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDuarte Loreto <happyguy_pt@hotmail.com>2003-03-24 01:16:52 +0800
committerDuarte Loreto <dnloreto@src.gnome.org>2003-03-24 01:16:52 +0800
commitb5adadbd95876430b6eae6c053cdda3c00bfe5fd (patch)
treebb331b00ce837600554e63a11727b44cc02ebf96 /configure.in
parent372f5343d1a0b0dfa3f560867af53657133f5f51 (diff)
downloadgsoc2013-epiphany-b5adadbd95876430b6eae6c053cdda3c00bfe5fd.tar
gsoc2013-epiphany-b5adadbd95876430b6eae6c053cdda3c00bfe5fd.tar.gz
gsoc2013-epiphany-b5adadbd95876430b6eae6c053cdda3c00bfe5fd.tar.bz2
gsoc2013-epiphany-b5adadbd95876430b6eae6c053cdda3c00bfe5fd.tar.lz
gsoc2013-epiphany-b5adadbd95876430b6eae6c053cdda3c00bfe5fd.tar.xz
gsoc2013-epiphany-b5adadbd95876430b6eae6c053cdda3c00bfe5fd.tar.zst
gsoc2013-epiphany-b5adadbd95876430b6eae6c053cdda3c00bfe5fd.zip
Added "pt" to ALL_LINGUAS.
2003-03-23 Duarte Loreto <happyguy_pt@hotmail.com> * configure.in: Added "pt" to ALL_LINGUAS.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 3c45be6fd..dfc6be298 100644
--- a/configure.in
+++ b/configure.in
@@ -147,7 +147,7 @@ dnl Internationalization
dnl *******************************
dnl Add the languages which your application supports here.
-ALL_LINGUAS="am ca da de el es fr hu ja ko nl no pl ru sv tr zh_TW"
+ALL_LINGUAS="am ca da de el es fr hu ja ko nl no pl pt ru sv tr zh_TW"
GETTEXT_PACKAGE=epiphany-2.0
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")