build: Drop translation pushing.

This is now handled via the openedx-translations repo so we don't need
this target that uses scripts from the deprecated reactifex repo.
This commit is contained in:
Feanil Patel
2025-09-25 14:52:30 -04:00
parent c8528a7874
commit 73351fa8e8

View File

@@ -41,17 +41,6 @@ detect_changed_source_translations:
# Checking for changed translations...
git diff --exit-code $(i18n)
# Pushes translations to Transifex. You must run make extract_translations first.
push_translations:
# Pushing strings to Transifex...
tx push -s
# Fetching hashes from Transifex...
./node_modules/@edx/reactifex/bash_scripts/get_hashed_strings_v3.sh
# Writing out comments to file...
$(transifex_utils) $(transifex_temp) --comments --v3-scripts-path
# Pushing comments to Transifex...
./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh
pull_translations:
rm -rf src/i18n/messages
mkdir src/i18n/messages