diff options
author | Jesus Bravo Alvarez <jesusb@src.gnome.org> | 2000-08-28 17:39:30 +0800 |
---|---|---|
committer | Jesus Bravo Alvarez <jesusb@src.gnome.org> | 2000-08-28 17:39:30 +0800 |
commit | 09a9a8cd34cbeeef5ce1902e7f0ab7d8c2584053 (patch) | |
tree | 37eae24705d2e55ab102cc35cad6a822365580df | |
parent | de575ce758a30dc6f457141de43414a6476cc89d (diff) | |
download | gsoc2013-evolution-09a9a8cd34cbeeef5ce1902e7f0ab7d8c2584053.tar.gz gsoc2013-evolution-09a9a8cd34cbeeef5ce1902e7f0ab7d8c2584053.tar.zst gsoc2013-evolution-09a9a8cd34cbeeef5ce1902e7f0ab7d8c2584053.zip |
Added pt to ALL_LINGUAS
svn path=/trunk/; revision=5073
-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 |