From: Bruno Haible Date: Mon, 30 Apr 2001 15:26:39 +0000 (+0000) Subject: Add Estonian translations. X-Git-Tag: v0.11~750 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a82ba15a4fde5489d5892ebdca450ee8f7862d;p=thirdparty%2Fgettext.git Add Estonian translations. --- diff --git a/ChangeLog b/ChangeLog index 736fb219e..7f434722d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-04-30 Bruno Haible + + * configure.in (ALL_LINGUAS): Add et. + 2001-04-19 Bruno Haible * gettext-0.10.37 released. diff --git a/configure.in b/configure.in index 822bedf39..cada83c6b 100644 --- a/configure.in +++ b/configure.in @@ -1,13 +1,13 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.13) -AC_REVISION($Revision: 1.25 $) +AC_REVISION($Revision: 1.26 $) AC_INIT(src/msgfmt.c) AM_INIT_AUTOMAKE(gettext, 0.10.37) RELEASE_DATE=2001-04-19 dnl in "date +%Y-%m-%d" format AM_CONFIG_HEADER(config.h) dnl Set of available languages. -ALL_LINGUAS="da de el en@quot en@boldquot es fr ja ko nl nn no pl pt pt_BR sl sv tr" +ALL_LINGUAS="da de el en@quot en@boldquot es et fr ja ko nl nn no pl pt pt_BR sl sv tr" dnl Checks for programs. AC_PROG_CC