[Koha-bugs] [Bug 12061] tmpl_process3.pl new features

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 27 11:35:37 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12061

Fridolin SOMERS <fridolyn.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fridolyn.somers at biblibre.co
                   |                            |m

--- Comment #13 from Fridolin SOMERS <fridolyn.somers at 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.


More information about the Koha-bugs mailing list