https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24871

--- Comment #8 from Bernardo Gonzalez Kriegel <[email protected]> ---
(In reply to Victor Grousset/tuxayo from comment #7)
> Actually I missed 4) and the files are still updated. Does it mean that the
> test plan is missing something?

Take for example language 'eo', current master, wo/patch
Number of PO files = 8
ls misc/translator/po/eo-*po | wc -l

After doing language update, number = 8
(cd misc/translator/; ./translate update eo); ls misc/translator/po/eo-*.po |
wc -l

Re-creating the language, number = 10
(cd misc/translator/; rm -f po/eo-*.po; ./translate create eo); ls
misc/translator/po/eo-*.po | wc -l

New files are eo-installer-MARC21.po and eo-installer.po

This bug only adds those files for each language.

Test plan is not perfect, but simply shows that language update does not create
new files(1,2), create process does(3), and patch adds(4) files for each
language that are updated(5) after applying it.

Thanks for testing

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to