fix: -t flag added in pull translation command (#142)

This commit is contained in:
Zubair Shakoor
2022-12-13 23:23:24 +05:00
committed by GitHub
parent 7daa2c2dba
commit 128b112af7

View File

@@ -50,7 +50,7 @@ push_translations:
# Pulls translations from Transifex.
pull_translations:
tx pull -f --mode reviewed --languages=$(transifex_langs)
tx pull -t -f --mode reviewed --languages=$(transifex_langs)
# This target is used by Travis.
validate-no-uncommitted-package-lock-changes: