]> git.koha-community.org Git - koha.git/commit
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:51 +0000 (15:28 +0100)
commite159132d869bd069cddd1c74e73b2a53953db161
tree0c7a68dd37e3186b070226efb275479ba57c3aba
parent01c0b8be17826a107519108fa8b845832b5da9a0
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