Skip to content

Commit

Permalink
feat!: remove Transifex calls for OEP-58
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarIthawi committed Mar 12, 2024
1 parent 6e6f143 commit 16affe8
Show file tree
Hide file tree
Showing 48 changed files with 9 additions and 15,529 deletions.
9 changes: 0 additions & 9 deletions .tx/config

This file was deleted.

7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Drag and Drop XBlock changelog
Unreleased
---------------------------

Version 4.0.0 (2024-03-12)
--------------------------

* Remove Transifex calls and bundled translation files for the OEP-58 proposal.

BREAKING CHANGE: This version removes translations for Quince and earlier releases.

Version 3.4.0 (2024-01-15)
---------------------------

Expand Down
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: clean help compile_translations dummy_translations extract_translations detect_changed_source_translations \
build_dummy_translations validate_translations pull_translations push_translations check_translations_up_to_date \
build_dummy_translations validate_translations check_translations_up_to_date \
requirements selfcheck test test.python test.unit test.quality upgrade

.DEFAULT_GOAL := help
Expand Down Expand Up @@ -52,12 +52,6 @@ build_dummy_translations: dummy_translations compile_translations ## generate an

validate_translations: build_dummy_translations detect_changed_source_translations ## validate translations

pull_translations: ## pull translations from transifex
tx pull -t -a -f --mode reviewed --minimum-perc=1

push_translations: ## push translations to transifex
tx push -s

check_translations_up_to_date: extract_translations compile_translations dummy_translations detect_changed_source_translations ## extract, compile, and check if translation files are up-to-date

piptools: ## install pinned version of pip-compile and pip-sync
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,20 +545,6 @@ translator from edX i18n-tools.
$ make dummy_translations
```

Transifex translations
-------------------------------------

If you want to download translations from run this command while inside project root directory

```bash
$ make pull_translations
```

Translations can be pushed to Transifex with:
```bash
$ make push_translations
```

Native API
----------

Expand Down
2 changes: 1 addition & 1 deletion drag_and_drop_v2/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Drag and Drop v2 XBlock """
from .drag_and_drop_v2 import DragAndDropBlock

__version__ = "3.4.0"
__version__ = "4.0.0"
Binary file removed drag_and_drop_v2/conf/locale/ar/LC_MESSAGES/text.mo
Binary file not shown.
Loading

0 comments on commit 16affe8

Please sign in to comment.