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:29:21 +0000 (15:29 +0100)
commit2c734f0a5ba394ff7389b7f7c9e1117aeb0653b8
treecba64325ed33861b4b7f80f59f377fbc1b7f0267
parent51552d925faa5551c54a6e8459898064b7c89339
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