Skip to content

Commit

Permalink
fix: -t flag added in pull translation command (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 30, 2022
1 parent 0c5dc15 commit 2546b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ push_translations:

pull_translations: ## must be exactly this name for edx tooling support, see ecommerce-scripts/transifex/pull.py
# explicit list of languages defined here and in currentlySupportedLangs.jsx
tx pull -f --mode reviewed --languages="ar,fr,es_419,zh_CN"
tx pull -t -f --mode reviewed --languages="ar,fr,es_419,zh_CN"

copy-dist:
for f in dist/*; do docker cp $$f edx.devstack.studio:/edx/app/edxapp/edx-platform/node_modules/@edx/studio-frontend/dist/; done

0 comments on commit 2546b31

Please sign in to comment.