[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Findutils-patches] .pot files update
From: |
Eric Blake |
Subject: |
[Findutils-patches] .pot files update |
Date: |
Tue, 17 Jul 2007 22:18:06 -0600 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070604 Thunderbird/2.0.0.4 Mnenhy/0.7.5.666 |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This patch was prepared for head; I imagine a similar one is needed for
the branch (but I still haven't even backported the patch for bug 20273,
which updated the gnulib date to the point where closein.c is even
visible). Basically, the set of translated strings in the .pot file was
smaller than the set of strings marked for translation in the sources.
I'm also going to spawn a bug that updatedb does not use gettext(1) when
available. But fixing that is a much bigger task, and probably better
done merely by converting updatedb from shell to C.
Another thing worth doing is considering upgrading head to gettext 1.16,
and updating Makevars' XGETTEXT_OPTIONS to add things like
- --flag=error:3:c-format.
OK to commit?
2007-07-17 Eric Blake <address@hidden>
* po/POTFILES.in: Update to reflect current location of
translatable strings.
- --
Don't work too hard, make some time for fun as well!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFGnZR984KuGfSFAYARAsO2AJ0YkhsCULXCX2IuOHLheEQIutYvsgCggMuU
au6vi+nK6/yj0ETCBKx/jxA=
=hOKn
-----END PGP SIGNATURE-----
Index: po/POTFILES.in
===================================================================
RCS file: /sources/findutils/findutils/po/POTFILES.in,v
retrieving revision 1.4
diff -u -p -r1.4 POTFILES.in
--- po/POTFILES.in 14 Jun 2003 15:41:26 -0000 1.4
+++ po/POTFILES.in 18 Jul 2007 04:17:04 -0000
@@ -3,24 +3,32 @@
# Common library files
gnulib/lib/argmatch.c
+gnulib/lib/closein.c
+gnulib/lib/closeout.c
gnulib/lib/error.c
+gnulib/lib/getdate.c
gnulib/lib/getopt.c
gnulib/lib/human.c
+gnulib/lib/openat-die.c
gnulib/lib/quotearg.c
-gnulib/lib/regex.c
+gnulib/lib/regcomp.c
gnulib/lib/rpmatch.c
-gnulib/lib/strftime.c
-gnulib/lib/strtol.c
-gnulib/lib/xmalloc.c
-
+gnulib/lib/xalloc-die.c
+gnulib/lib/xstrtol.h
#Package source files
-find/util.c
find/find.c
find/fstype.c
+find/ftsfind.c
find/parser.c
find/pred.c
find/tree.c
+find/util.c
+lib/buildcmd.c
+lib/dircallback.c
+lib/listfile.c
+lib/regextype.c
locate/code.c
locate/locate.c
+locate/work_io.c
xargs/xargs.c
- [Findutils-patches] .pot files update,
Eric Blake <=