Skip to content

Commit cc48eae

Browse files
fix: -t flag added in pull translation command (#206)
* -t flag added in pull translation command * fix: -t flag added in pull translation command
1 parent 407d18d commit cc48eae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ push_translations:
5050
./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh
5151

5252
# Pulls translations from Transifex.
53-
pull_translations:
54-
tx pull -f --mode reviewed --languages=$(transifex_langs)
53+
pull_translations: ## pull translations from Transifex
54+
tx pull -t -f --mode reviewed --languages=$(transifex_langs)
5555

5656
# This target is used by Travis.
5757
validate-no-uncommitted-package-lock-changes:

0 commit comments

Comments
 (0)