summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTõivo Leedjärv <leedjarv@interest.ee>2002-02-16 22:30:46 +0000
committerTƵivo LeedjƤrv <toivo@src.gnome.org>2002-02-16 22:30:46 +0000
commit0d24453299c8cd9f27bcf53b5688e524989365c7 (patch)
treee48609f8c7349df3f88e475a2b4a71d0c9043a21
parent92dafdb9dffcdaa0534a6ead6f69c1734c28c7c8 (diff)
downloadyelp-0d24453299c8cd9f27bcf53b5688e524989365c7.tar.gz
Added et to ALL_LINGUAS.
2002-02-17 Tõivo Leedjärv <leedjarv@interest.ee> * configure.in: Added et to ALL_LINGUAS.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a36f0537..c719cc5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-17 Tõivo Leedjärv <leedjarv@interest.ee>
+
+ * configure.in: Added et to ALL_LINGUAS.
+
2002-02-13 jacob berkman <jacob@ximian.com>
* src/Makefile.am (install-exec-local): rename install-local since
diff --git a/configure.in b/configure.in
index bedde972..301b36ac 100644
--- a/configure.in
+++ b/configure.in
@@ -29,7 +29,7 @@ GETTEXT_PACKAGE=yelp
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")
-ALL_LINGUAS="az bg da de es lv ms nl nn no pl pt sk sv tr uk wa"
+ALL_LINGUAS="az bg da de es et lv ms nl nn no pl pt sk sv tr uk wa"
AM_GLIB_GNU_GETTEXT
if test "x$prefix" = "xNONE"; then