Skip to content

Commit 7932d75

Browse files
committed
build: Drop the push_translations target.
That work is now done by the openedx-translations repo.
1 parent 4379c58 commit 7932d75

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Makefile

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@ detect_changed_source_translations:
4343
# Checking for changed translations...
4444
git diff --exit-code $(i18n)
4545

46-
# Pushes translations to Transifex. You must run make extract_translations first.
47-
push_translations:
48-
# Pushing strings to Transifex...
49-
tx push -s
50-
# Fetching hashes from Transifex...
51-
./node_modules/@edx/reactifex/bash_scripts/get_hashed_strings_v3.sh
52-
# Writing out comments to file...
53-
$(transifex_utils) $(transifex_temp) --comments --v3-scripts-path
54-
# Pushing comments to Transifex...
55-
./node_modules/@edx/reactifex/bash_scripts/put_comments_v3.sh
56-
5746
ifeq ($(OPENEDX_ATLAS_PULL),)
5847
# Pulls translations from Transifex.
5948
pull_translations:

0 commit comments

Comments
 (0)