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:28:11 +0000 (15:28 +0100)
commit3d122d220222931e1c61c4fedd09301d1780f0b9
tree970b5404ebb4189a332368e7b294a9cc5caf2086
parentfc0c87bf3c18c11c56160fc409cb8977eb12a1ea
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