diff options
author | Hector Garcia <hectorg@src.gnome.org> | 2000-05-26 19:45:34 +0800 |
---|---|---|
committer | Hector Garcia <hectorg@src.gnome.org> | 2000-05-26 19:45:34 +0800 |
commit | af35801677cee7603f32272c161400b7ec0e5721 (patch) | |
tree | bdc103c9aed74101c5d0134efa0b041d87a3d3b1 /configure.in | |
parent | 6712604b98356cff367597f2b1907a8283856a57 (diff) | |
download | gsoc2013-evolution-af35801677cee7603f32272c161400b7ec0e5721.tar.gz gsoc2013-evolution-af35801677cee7603f32272c161400b7ec0e5721.tar.zst gsoc2013-evolution-af35801677cee7603f32272c161400b7ec0e5721.zip |
Added Spanish to configure.in
svn path=/trunk/; revision=3213
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 f9e7096da3..c0e6d4cf2a 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" +ALL_LINGUAS="da el fr gl hu ja ko nl no ru sv tr uk es" AM_GNOME_GETTEXT |