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

This commit is contained in:
Zubair Shakoor
2022-10-28 14:54:27 +05:00
committed by GitHub
parent 32327cde93
commit 22675fd17a

View File

@@ -46,7 +46,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: