Skip to content

Commit 6b74133

Browse files
committed
add command to update translations
1 parent 761ad42 commit 6b74133

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ check-json:
4242
container-pull:
4343
for container in $$(git grep dockerPull $$(git ls-files *.cwl) | awk '-F: ' '{print $$3}'); do docker pull $${container}; done
4444

45+
update_translations: gettext
46+
sphinx-intl update -p _build/gettext
47+
48+
4549
.PHONY: help clean watch unittest-examples check-json Makefile
4650

4751
# Catch-all target : route all unknown targets to Sphinx using the new

0 commit comments

Comments
 (0)