aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be165c678..9a7dda7b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-03-23 Duarte Loreto <happyguy_pt@hotmail.com>
+
+ * configure.in: Added "pt" to ALL_LINGUAS.
+
2003-03-23 Marco Pesenti Gritti <marco@it.gnome.org>
* TODO:
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")