fix: -t flag added in pull translation command (#682)
This commit is contained in:
committed by
GitHub
parent
c2609a3316
commit
fcccc19fc5
2
Makefile
Executable file → Normal file
2
Makefile
Executable file → Normal file
@@ -44,7 +44,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 CI.
|
||||
validate-no-uncommitted-package-lock-changes:
|
||||
|
||||
Reference in New Issue
Block a user