fix: -t flag added in pull translation command (#285)
This commit is contained in:
committed by
GitHub
parent
4f43e65f03
commit
c95f2d6b22
2
Makefile
Executable file → Normal file
2
Makefile
Executable file → Normal file
@@ -57,7 +57,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