diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-05 00:27:03 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-06-05 00:27:03 +0800 |
commit | 4b1d34a6cd50bc5e0d62c4466d914c731039a1d6 (patch) | |
tree | aa15807631c096b43d556f52de261de6867ca775 /configure.in | |
parent | 94d72c5a908b7a0f35051a877c61926db436b821 (diff) | |
download | gsoc2013-evolution-4b1d34a6cd50bc5e0d62c4466d914c731039a1d6.tar.gz gsoc2013-evolution-4b1d34a6cd50bc5e0d62c4466d914c731039a1d6.tar.zst gsoc2013-evolution-4b1d34a6cd50bc5e0d62c4466d914c731039a1d6.zip |
Added German translation from Kai Lahmann <kl@linuxfaqs.de>, updated
POTFILES.in, and added a skeleton PO file for the Italian translation.
svn path=/trunk/; revision=3414
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 381f08473c..0e1c38ba83 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 es fr gl hu ja ko nl no pt ru sv tr uk" +ALL_LINGUAS="da de el fr gl hu it ja ko nl no ru sv tr uk es" AM_GNOME_GETTEXT |