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 12:58:58 +0000 (13:58 +0100)
commit93a118f432d26577742ea9d9e90aef35ff48a92d
treecf2ec8060fcd9f40fb2263f832b9cd600b96ba90
parent8bbd5b78c57988db18118dae0436611cb0ffe8e8
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