We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73a0ec commit ab75adbCopy full SHA for ab75adb
Makefile
@@ -75,7 +75,7 @@ tx_url2 = https://www.transifex.com/api/2/project/edx-platform/resource/studio-f
75
push_translations: | i18n.extract
76
# Transifex is set up to watch transifex_input.json, but that filetype lacks comments
77
./node_modules/@edx/reactifex/bash_scripts/get_hashed_strings_v3.sh
78
- $$(npm bin)/transifex-utils.js ./src/data/i18n/default --comments --v3-scripts-path
+ $$(npm bin)/edx_reactifex ./src/data/i18n/default --comments --v3-scripts-path
79
./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh
80
81
pull_translations: ## must be exactly this name for edx tooling support, see ecommerce-scripts/transifex/pull.py
0 commit comments