diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2000-08-28 Jesus Bravo Alvarez <jba@pobox.com> + + * configure.in: Added Portuguese (pt) to ALL_LINGUAS + 2000-08-26 JP Rosevear <jpr@helixcode.com> * configure.in: Require oafized bonobo diff --git a/configure.in b/configure.in index aa9bb3a9dd..90ab621e67 100644 --- a/configure.in +++ b/configure.in @@ -60,7 +60,7 @@ AC_MSG_ERROR(gnome-libs 1.0.59 or higher is required.)]) CFLAGS=$CFLAGS_save LIBS=$LIBS_save -ALL_LINGUAS="da de el fr ga gl hu it ja ko nl no ru sl sv tr uk es pl" +ALL_LINGUAS="da de el es fr ga gl hu it ja ko nl no pl pt ru sl sv tr uk" AM_GNOME_GETTEXT |