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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 8 Nov 2023 10:00:59 +0000 (11:00 +0100)
commit9e959ee26a9e53ab46196b04677f5e34ba06b4d0
tree6690cd9338e13401bc1f2b31dfcb2c1f8b78dac5
parent278cb792aaa4a3e273afa388a3eb8306b0f2d615
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>
gulpfile.js