[Koha-bugs] [Bug 35079] Rebuild POT files only if necessary or asked explicitely

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 17 16:43:15 CEST 2023


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

--- Comment #1 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 157253
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=157253&action=edit
Bug 35079: Rebuild POT files only if necessary or asked explicitely

By default, gulp tasks po:create and po:update won't rebuild the POT
files if they already exist.
Both tasks gained a new option --force-extract to rebuild them
unconditionally

This makes it possible to create/update PO files for multiple languages
sequentially without rebuilding the POT file for each language.
For instance:

    gulp po:update --lang fr-FR
    # do something with the PO files
    gulp po:update --lang en-GB
    # ...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list