http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12061 Fridolin SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolyn.somers@biblibre.co | |m --- Comment #13 from Fridolin SOMERS <fridolyn.somers@biblibre.com> --- Nice job. I'm testing. I think there is an error in test plan of "tmpl_process3.pl - Multiple source dir ": 3. install mkdir test perl tmpl_process3.pl install -i ../../koha-tmpl/opac-tmpl/bootstrap -s bootstrap.po -r -o ./test -q - check same number of files ls -lR ../../koha-tmpl/opac-tmpl/bootstrap | wc -l ls -lR ./test | wc -l It should translate only "en" folder no ? otherwise there is not the same number of files : 3. install mkdir test perl tmpl_process3.pl install -i ../../koha-tmpl/opac-tmpl/bootstrap/en -s bootstrap.po -r -o ./test -q - check same number of files ls -lR ../../koha-tmpl/opac-tmpl/bootstrap/en | wc -l ls -lR ./test | wc -l Best regards. -- You are receiving this mail because: You are watching all bug changes.