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 /configure.in | |
parent | de575ce758a30dc6f457141de43414a6476cc89d (diff) | |
download | gsoc2013-evolution-09a9a8cd34cbeeef5ce1902e7f0ab7d8c2584053.tar gsoc2013-evolution-09a9a8cd34cbeeef5ce1902e7f0ab7d8c2584053.tar.gz gsoc2013-evolution-09a9a8cd34cbeeef5ce1902e7f0ab7d8c2584053.tar.bz2 gsoc2013-evolution-09a9a8cd34cbeeef5ce1902e7f0ab7d8c2584053.tar.lz gsoc2013-evolution-09a9a8cd34cbeeef5ce1902e7f0ab7d8c2584053.tar.xz gsoc2013-evolution-09a9a8cd34cbeeef5ce1902e7f0ab7d8c2584053.tar.zst gsoc2013-evolution-09a9a8cd34cbeeef5ce1902e7f0ab7d8c2584053.zip |
Added pt to ALL_LINGUAS
svn path=/trunk/; revision=5073
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |