Hi, In cpio's help message the strings "Usage:", "[OPTION...]", "Mandatory or optional arguments...", and "Report bugs to..." never get localized -- apparently because the strings are not present in the cpio message catalog. Below patch makes sure they get included.
To also get all possible error messages lozalizable, probably some more files from lib/ need to be included, but I'm unsure which. Benno --- cpio-2.9/po/POTFILES.in.old 2007-01-02 17:27:42.000000000 +0100 +++ cpio-2.9/po/POTFILES.in 2008-01-09 21:56:34.000000000 +0100 @@ -9,6 +9,10 @@ src/userspec.c src/util.c +lib/argmatch.c +lib/argp-help.c +lib/argp-parse.c +lib/error.c lib/getopt.c lib/rtapelib.c lib/paxerror.c _______________________________________________ Bug-cpio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-cpio
