[Gimp-docs] images

Ulf-D. Ehlert ude88 at web.de
Tue Jan 13 10:11:04 PST 2009


julien (Dienstag, 13. Januar 2009, 15:03):
> > Of course, if there is a localized file with a different name, this
> > won't work.
>
> That's a problem.
> Can you give a line command that checks for non corresponding en-LANG
> image names?

find images/fr/ -name .svn -prune -o -type f -print |
while read localized; do
	english=images/C/${localized#images/*/}
	test -e $english || echo $localized
done

I will reanimate our validate_references script that checks for broken 
image reference and orphaned image files, this should find images with 
different names.

Ulf




-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : /lists/gimp-docs/attachments/20090113/1b2c6694/attachment.bin 


More information about the Gimp-docs mailing list