Skip to content

Commit

Permalink
feat!: remove Transifex calls for FC-0012 - OEP-58
Browse files Browse the repository at this point in the history
  • Loading branch information
shadinaif authored and OmarIthawi committed Mar 18, 2024
1 parent a00783c commit b60e7fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .tx/config

This file was deleted.

5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,8 @@ Version 1.2.0
Version 1.3.0

Remove xblock-utils package and migrate to xblock.utils

Version 2.0.0

Remove Transifex calls and bundled translation files for the OEP-58 proposal.
BREAKING CHANGE: This version breaks translations with Quince and earlier releases.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,6 @@ translations: ## Update translation files
@echo 'where `fr` is the language code.'
@echo

.PHONY: translations_pull
translations_pull: ## Pull new translations from Transifex
tox -e transifex_pull

.PHONY: translations_push
translations_push: ## Push translations to Transifex
tox -e transifex_push

COMMON_CONSTRAINTS_TXT=requirements/common_constraints.txt
.PHONY: $(COMMON_CONSTRAINTS_TXT)
$(COMMON_CONSTRAINTS_TXT):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from setuptools import find_packages, setup

version = '1.3.0'
version = '2.0.0'
description = __doc__.strip().split('\n')[0]
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.rst')) as file_in:
Expand Down
7 changes: 0 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,3 @@ deps =
commands =
pycodestyle --max-line-length=120 submit_and_compare/
pylint --rcfile=pylintrc submit_and_compare/

[testenv:transifex]
deps =
transifex-client
commands =
tx push -s

0 comments on commit b60e7fb

Please sign in to comment.