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 12:39:52 +0000 (13:39 +0100)
commit6be4e96a3a9578f6719db57900d903928fa9e8e0
treea2a480237ee799965b8e31850d01f1126426427c
parent3f01f6cafcdf92b6bf2c7751a1c122875701a6b9
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