From: Bruno Haible Date: Thu, 17 May 2001 22:55:04 +0000 (+0000) Subject: New translations. X-Git-Tag: v0.10.38~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02d1c7abcd57d5772a04b20215959491185d4af0;p=thirdparty%2Fgettext.git New translations. --- diff --git a/ChangeLog b/ChangeLog index 7f434722d..1b5584594 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-05-17 Bruno Haible + + * configure.in (ALL_LINGUAS): Add cs, gl, id, it, ru. zh. + 2001-04-30 Bruno Haible * configure.in (ALL_LINGUAS): Add et. diff --git a/configure.in b/configure.in index fefa178f3..c09bea0c9 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.2.1 $) +AC_REVISION($Revision: 1.25.2.2 $) 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_INIT_AUTOMAKE(gettext, 0.10.38) +RELEASE_DATE=2001-05-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 et fr ja ko nl nn no pl pt pt_BR sl sv tr" +ALL_LINGUAS="cs da de el en@quot en@boldquot es et fr gl id it ja ko nl nn no pl pt pt_BR ru sl sv tr zh" dnl Checks for programs. AC_PROG_CC