Skip to content
This repository was archived by the owner on Oct 21, 2025. It is now read-only.

Commit 2546b31

Browse files
fix: -t flag added in pull translation command (#360)
1 parent 0c5dc15 commit 2546b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ push_translations:
9090

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

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

0 commit comments

Comments
 (0)