]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Add Slovak translations.
authorBruno Haible <bruno@clisp.org>
Sat, 20 Oct 2001 18:45:45 +0000 (18:45 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 28 Jun 2009 14:35:55 +0000 (16:35 +0200)
ChangeLog
configure.in

index e83870de4393ce1e7370cbfcbc76201a69c4f3e6..4cec780273e91ae724251a9fc7d07183a9f33e70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-10-20  Bruno Haible  <haible@clisp.cons.org>
+
+       * configure.in (ALL_LINGUAS): Add sk.
+
 2001-09-13  Bruno Haible  <haible@clisp.cons.org>
 
        * gettext-0.10.40 released.
index 7d6da7142b5feb796ba8dc5810f58f05f71c877a..3fed281441bfbb6d383c86b3f350252a596c0210 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.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