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 11:59:54 +0000 (12:59 +0100)
commitdc9f4577c79ee6d3cc00d8ef1ba87f5cdcdd8096
treea1998690386cb6016357fc2dd74ef5a83a619bd8
parent1b688e9ce4bd0b1d7ec4c219717d2d63f50b09f2
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