Skip to content
Snippets Groups Projects
Unverified Commit 74fe1520 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: fix docs i18n CI

Change-Id: I808eaa3b8c65675a3eeb86af90e317a1eaf27589
parent b637cb91
No related branches found
No related tags found
No related merge requests found
...@@ -56,10 +56,10 @@ po: gettext po-pre ...@@ -56,10 +56,10 @@ po: gettext po-pre
tx-pull: tx-pull:
# $(TX_CMD) pull -aft --minimum-perc=1 # $(TX_CMD) pull -aft --minimum-perc=1
# e.g. make tx-pull TRANSIFEX_API_TOKEN=<token_value> # e.g. make tx-pull TRANSIFEX_API_TOKEN=<token_value>
$(TX_CMD) --token $(TRANSIFEX_API_TOKEN) pull -ftl $(LANGS_commasep) $(TX_CMD) pull -ftl $(LANGS_commasep)
tx-push: tx-push:
$(TX_CMD) --token $(TRANSIFEX_API_TOKEN) push -s $(TX_CMD) push -s
clean: clean:
@echo "Removing $(OUT)" @echo "Removing $(OUT)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment