Bug 35103: Add option to gulp tasks to pass a list of tasks
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 19 Oct 2023 07:41:03 +0000 (09:41 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 14 Nov 2023 14:30:21 +0000 (15:30 +0100)
commit27c257e82b2fec6580ccaf2862ada1d549b95704
tree0b653df690d6de6f684199bd418f87fc9279b192
parente381372944088f0b75ad5a2b2d026780e8718636
Bug 35103: Add option to gulp tasks to pass a list of tasks

You can now generate the messages.po for all languages with:
  gulp po:update --task messages

or for only es-ES
  gulp po:update --task messages --lang es-ES

It may be helpful for the "update po" script that will be used on
weblate.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
gulpfile.js