aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTõivo Leedjärv <leedjarv@interest.ee>2002-02-13 00:50:34 +0800
committerTõivo Leedjärv <toivo@src.gnome.org>2002-02-13 00:50:34 +0800
commitd11ca505443bad08a55c794111eec1a431c8ac06 (patch)
tree56288e5a26bedcdbd2af173f7abf7090954f81c4
parent77c493f4bb8bf58d9310b79b3ebd4647f676d15a (diff)
downloadgsoc2013-evolution-d11ca505443bad08a55c794111eec1a431c8ac06.tar
gsoc2013-evolution-d11ca505443bad08a55c794111eec1a431c8ac06.tar.gz
gsoc2013-evolution-d11ca505443bad08a55c794111eec1a431c8ac06.tar.bz2
gsoc2013-evolution-d11ca505443bad08a55c794111eec1a431c8ac06.tar.lz
gsoc2013-evolution-d11ca505443bad08a55c794111eec1a431c8ac06.tar.xz
gsoc2013-evolution-d11ca505443bad08a55c794111eec1a431c8ac06.tar.zst
gsoc2013-evolution-d11ca505443bad08a55c794111eec1a431c8ac06.zip
Added et to ALL_LINGUAS.
2002-02-12 Tõivo Leedjärv <leedjarv@interest.ee> * configure.in: Added et to ALL_LINGUAS. svn path=/trunk/; revision=15683
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ce3c85b86f..aa66ed4b3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-12 Tõivo Leedjärv <leedjarv@interest.ee>
+
+ * configure.in: Added et to ALL_LINGUAS.
+
2002-02-09 JP Rosevear <jpr@ximian.com>
* configure.in: make sure PISOCK cflags are added where
diff --git a/configure.in b/configure.in
index eb845810cc..1cf12118d1 100644
--- a/configure.in
+++ b/configure.in
@@ -115,7 +115,7 @@ GNOME_X_CHECKS
EVO_CHECK_LIB(gnome-libs, gnome, 1.2.9)
AC_CHECK_HEADERS(alloca.h)
-ALL_LINGUAS="az bg ca da de el en_AU en_GB es eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW"
+ALL_LINGUAS="az bg ca da de el en_AU en_GB es et eu fi fr ga gl hu it ja ko lt lv nl nn no pl pt pt_BR ro ru sk sl sv tr uk zh_CN zh_TW"
AM_GNOME_GETTEXT
localedir='$(prefix)/$(DATADIRNAME)/locale'
AC_SUBST(localedir)