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
Attachment:
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs