Skip to content

Commit c0c026a

Browse files
authored
Makefile: use git timestamps instead force flag
This should reduce drastically the time of translation download from Transifex
1 parent c6aca0f commit c0c026a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ push:
113113
# to update the translation file mapping.
114114
.PHONY: pull
115115
pull: venv
116-
@$(VENV)/bin/tx pull --force --language=$(LANGUAGE) --parallel
116+
@$(VENV)/bin/tx pull --language=$(LANGUAGE) --parallel --use-git-timestamps
117117
@$(VENV)/bin/powrap --quiet *.po **/*.po
118118

119119

0 commit comments

Comments
 (0)