]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
New translations.
authorBruno Haible <bruno@clisp.org>
Thu, 17 May 2001 22:55:04 +0000 (22:55 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 14:35:49 +0000 (16:35 +0200)
ChangeLog
configure.in

index 7f434722d315f347f904625f204773bd4d296ee5..1b558459486b9acd057c7e50fc55667f282546c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-17  Bruno Haible  <haible@clisp.cons.org>
+
+       * configure.in (ALL_LINGUAS): Add cs, gl, id, it, ru. zh.
+
 2001-04-30  Bruno Haible  <haible@clisp.cons.org>
 
        * configure.in (ALL_LINGUAS): Add et.
index fefa178f32bc84b5be9b0a855939ef5aee1e24a2..c09bea0c9bb2235b8892c921f43e1c5c01e7b6cd 100644 (file)
@@ -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