From: Bruno Haible Date: Sat, 20 Oct 2001 18:45:45 +0000 (+0000) Subject: Add Slovak translations. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c129f5791c0d743125db9c7ce8f869f617a14dbc;p=thirdparty%2Fgettext.git Add Slovak translations. --- diff --git a/ChangeLog b/ChangeLog index e83870de4..4cec78027 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-10-20 Bruno Haible + + * configure.in (ALL_LINGUAS): Add sk. + 2001-09-13 Bruno Haible * gettext-0.10.40 released. diff --git a/configure.in b/configure.in index 7d6da7142..3fed28144 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.6 $) +AC_REVISION($Revision: 1.25.2.7 $) AC_INIT(src/msgfmt.c) AM_INIT_AUTOMAKE(gettext, 0.10.40) RELEASE_DATE=2001-09-13 dnl in "date +%Y-%m-%d" format AM_CONFIG_HEADER(config.h) dnl Set of available languages. -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" +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 sk sl sv tr zh" dnl Checks for programs. AC_PROG_CC