diff options
author | Jesus Bravo Alvarez <jesusb@src.gnome.org> | 2000-06-03 02:48:44 +0800 |
---|---|---|
committer | Jesus Bravo Alvarez <jesusb@src.gnome.org> | 2000-06-03 02:48:44 +0800 |
commit | 343f601b1e1e31064034fc2541dbcd17ef73c036 (patch) | |
tree | 3686d7529d16f04dfd7caf81e6133e04c5885865 /configure.in | |
parent | a1c7c6ef0e18fce583a215a9806208d4db43ccaa (diff) | |
download | gsoc2013-evolution-343f601b1e1e31064034fc2541dbcd17ef73c036.tar gsoc2013-evolution-343f601b1e1e31064034fc2541dbcd17ef73c036.tar.gz gsoc2013-evolution-343f601b1e1e31064034fc2541dbcd17ef73c036.tar.bz2 gsoc2013-evolution-343f601b1e1e31064034fc2541dbcd17ef73c036.tar.lz gsoc2013-evolution-343f601b1e1e31064034fc2541dbcd17ef73c036.tar.xz gsoc2013-evolution-343f601b1e1e31064034fc2541dbcd17ef73c036.tar.zst gsoc2013-evolution-343f601b1e1e31064034fc2541dbcd17ef73c036.zip |
Added Portuguese translation
svn path=/trunk/; revision=3394
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 36083ee4ff..1cb3ddf8f7 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 el fr gl hu ja ko nl no ru sv tr uk es" +ALL_LINGUAS="da el es fr gl hu ja ko nl no pt ru sv tr uk" AM_GNOME_GETTEXT |