https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18776 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtompset@hotmail.com --- Comment #3 from M. Tompsett <mtompset@hotmail.com> --- TEST PLAN ON KOHADEVBOX ----------------------- sudo koha-shell -c bash kohadev echo $PERL5LIB -- notice that misc/translator is missing export PERL5LIB=$PERL5LIB:/home/vagrant/kohaclone/misc/translator cd /home/vagrant/kohaclone/misc/translator perl translate create aa-AA exit git bz apply 18776 sudo koha-shell -c bash kohadev export PERL5LIB=$PERL5LIB:/home/vagrant/kohaclone/misc/translator cd /home/vagrant/kohaclone/misc/translator perl translate create aa-AB diff po/aa-AA-opac-bootstrap.po po/aa-AB-opac-bootstrap.po -- notice that only AA has differences, except for a generation date. -- be confused that 3 weren't in AA in the first place, even though they have the same line breaks, and formatting. qa -v 2 -c 1 cd po rm -f aa-A* exit -- sign off -- You are receiving this mail because: You are watching all bug changes.