Re: [coreutils] Coreutil translations?

2010-05-17 Thread Eric Blake
On 05/15/2010 04:51 AM, Francisco Javier Cuadrado wrote: > Hi all! > > I'm a Spanish translator and I would like to translate coreutils > package, but I can't find a pot file or a Spanish po file to update it > in your git repository. > > So, how can I translate coreutils? http://translationproj

[coreutils] [PATCH] maint: fix the fs-magic-compare rule

2010-05-17 Thread Jim Meyering
FYI, I noticed that this is required when "make fs-magic-compare" failed, thanks to this relatively new feature of join and a not-quite sorted input file: join: file 2 is not in sorted order make: *** [fs-magic-compare] Error 1 [Exit 2] >From 5e82d241d06b8bb887101b0f4f38e785b80e7fcf

[coreutils] Coreutil translations?

2010-05-17 Thread Francisco Javier Cuadrado
Hi all! I'm a Spanish translator and I would like to translate coreutils package, but I can't find a pot file or a Spanish po file to update it in your git repository. So, how can I translate coreutils? -- Saludos Fran

[coreutils] [PATCH] tests: update init.sh from gnulib

2010-05-17 Thread Jim Meyering
FYI, >From 1173dcd632b08a1b1d2323d2f35e233e2808698e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 17 May 2010 09:12:22 +0200 Subject: [PATCH] tests: update init.sh from gnulib * tests/init.sh: Update from gnulib. --- tests/init.sh | 45 +++-- 1

[coreutils] [PATCH] build: avoid a new -Wformat-induced warning

2010-05-17 Thread Jim Meyering
With -Werror I get a new failure: sort.c: In function 'mark_key': sort.c:2125: error: field width should have type 'int', but argument 2 has type 'size_t' [-Wformat] make[3]: *** [sort.o] Error 1 Fixed like this: >From fe953ad710fa6e568d6baddf7921c04d785816e6 Mon Sep 17 00:00:00 2001 From