Skip to content

Commit 6fb6893

Browse files
authored
feat!: remove Transifex calls for FC-0012 - OEP-58 (openedx-unsupported#4116)
1 parent 8cd7c39 commit 6fb6893

File tree

539 files changed

+3
-608167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

539 files changed

+3
-608167
lines changed

Makefile

+3-10
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ help:
2323
@echo ' make dummy_translations generate dummy translations'
2424
@echo ' make compile_translations generate translation files'
2525
@echo ' make fake_translations install fake translations'
26-
@echo ' make pull_translations pull translations from Transifex'
26+
@echo ' make pull_translations pull translations from via atlas'
2727
@echo ' make update_translations install new translations from Transifex'
2828
@echo ' make clean_static delete compiled/compressed static assets'
2929
@echo ' make static compile and compress static assets'
@@ -126,16 +126,9 @@ compile_translations: requirements.tox
126126
fake_translations: extract_translations dummy_translations compile_translations
127127

128128
pull_translations:
129-
ifeq ($(OPENEDX_ATLAS_PULL),)
130-
cd ecommerce && tx pull -a -f -t --mode reviewed
131-
else
132129
find ecommerce/conf/locale -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \;
133-
atlas pull $(OPENEDX_ATLAS_ARGS) translations/ecommerce/ecommerce/conf/locale:ecommerce/conf/locale
130+
atlas pull $(ATLAS_OPTIONS) translations/ecommerce/ecommerce/conf/locale:ecommerce/conf/locale
134131
python manage.py compilemessages
135-
endif
136-
137-
push_translations:
138-
cd ecommerce && tx push -s
139132

140133
update_translations: pull_translations fake_translations
141134

@@ -183,5 +176,5 @@ docs:
183176
# Targets in a Makefile which do not produce an output file with the same name as the target name
184177
.PHONY: help requirements migrate serve clean validate_python quality validate_js validate html_coverage e2e \
185178
extract_translations dummy_translations compile_translations fake_translations pull_translations \
186-
push_translations update_translations fast_validate_python clean_static production-requirements \
179+
update_translations fast_validate_python clean_static production-requirements \
187180
docs

ecommerce/.tx/config

-16
This file was deleted.
-490 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)