diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -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' |