Bug 35079: Replace --force-extract by --generate-pot={always,auto,never}
authorJulian Maurice <julian.maurice@biblibre.com>
Tue, 17 Oct 2023 15:13:55 +0000 (17:13 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 1 Nov 2023 20:23:20 +0000 (17:23 -0300)
commit05f33b4fcb36e56cbfd32021f5b8209b59b59511
tree8106c41e613a0571b4b55c6a3e65442f1d0103b8
parent0584a2016e6c2b3811524a02cd5f4cb6a26fcb65
Bug 35079: Replace --force-extract by --generate-pot={always,auto,never}

This restores the original behaviour of always building the POT file
in order to not break existing workflows
Option --force-extract is deleted in favor of a new option
--generate-pot that can have 3 values:

* always: always build the POT file. This is the default value
* auto: build the POT file only if it does not exist
* never: never build the POT file

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
gulpfile.js