]> git.koha-community.org Git - koha.git/commit
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 14:18:42 +0000 (15:18 +0100)
commitca6da9297dcac39839e2716ba4a35291db5fc441
treee9b0a347c55e98251ea5fd928ac4311dcdb80c0b
parent6391781a9a610ca73fc20aa428dcd0a152d11fbb
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