[Koha-bugs] [Bug 24871] Add new *-installer-*.po translation files

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 21 12:45:27 CEST 2020


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

--- Comment #8 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
(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.


More information about the Koha-bugs mailing list