From 73351fa8e8bfb33c1ba3db8255417888e20100f2 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Thu, 25 Sep 2025 14:52:30 -0400 Subject: [PATCH] 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. --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Makefile b/Makefile index 6950bdf..de015d4 100644 --- a/Makefile +++ b/Makefile @@ -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