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 221068b8df..d2a2901c00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-05 Gustavo Maciel Dias Vieira <gdvieira@zaz.com.br>
+
+ * configure.in (ALL_LINGUAS): Added pt_BR to ALL_LINGUAS.
+
2001-02-04 Christopher James Lahey <clahey@ximian.com>
* configure.in: Require version 0.4.99.8 of gal.
diff --git a/configure.in b/configure.in
index ef7d580b46..7d91368d25 100644
--- a/configure.in
+++ b/configure.in
@@ -62,7 +62,7 @@ AC_MSG_ERROR(gnome-libs 1.2.9 or higher is required.)])
CFLAGS=$CFLAGS_save
LIBS=$LIBS_save
-ALL_LINGUAS="ca da de el en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt ru sk sl sv tr uk"
+ALL_LINGUAS="ca da de el en_GB es fi fr ga gl hu it ja ko lt nl nn no pl pt pt_BR ru sk sl sv tr uk"
AM_GNOME_GETTEXT
localedir='$(prefix)/$(DATADIRNAME)/locale'