Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
feat!: remove Transifex calls for FC-0012 - OEP-58 (#4116)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadinaif authored Mar 18, 2024
1 parent 8cd7c39 commit 6fb6893
Show file tree
Hide file tree
Showing 539 changed files with 3 additions and 608,167 deletions.
13 changes: 3 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ help:
@echo ' make dummy_translations generate dummy translations'
@echo ' make compile_translations generate translation files'
@echo ' make fake_translations install fake translations'
@echo ' make pull_translations pull translations from Transifex'
@echo ' make pull_translations pull translations from via atlas'
@echo ' make update_translations install new translations from Transifex'
@echo ' make clean_static delete compiled/compressed static assets'
@echo ' make static compile and compress static assets'
Expand Down Expand Up @@ -126,16 +126,9 @@ compile_translations: requirements.tox
fake_translations: extract_translations dummy_translations compile_translations

pull_translations:
ifeq ($(OPENEDX_ATLAS_PULL),)
cd ecommerce && tx pull -a -f -t --mode reviewed
else
find ecommerce/conf/locale -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \;
atlas pull $(OPENEDX_ATLAS_ARGS) translations/ecommerce/ecommerce/conf/locale:ecommerce/conf/locale
atlas pull $(ATLAS_OPTIONS) translations/ecommerce/ecommerce/conf/locale:ecommerce/conf/locale
python manage.py compilemessages
endif

push_translations:
cd ecommerce && tx push -s

update_translations: pull_translations fake_translations

Expand Down Expand Up @@ -183,5 +176,5 @@ docs:
# Targets in a Makefile which do not produce an output file with the same name as the target name
.PHONY: help requirements migrate serve clean validate_python quality validate_js validate html_coverage e2e \
extract_translations dummy_translations compile_translations fake_translations pull_translations \
push_translations update_translations fast_validate_python clean_static production-requirements \
update_translations fast_validate_python clean_static production-requirements \
docs
16 changes: 0 additions & 16 deletions ecommerce/.tx/config

This file was deleted.

Binary file removed ecommerce/conf/locale/af_ZA/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 6fb6893

Please sign in to comment.