Skip to content

Commit 7a7e8d0

Browse files
authored
feat!: remove Transifex calls for OEP-58 (#352)
1 parent 6e6f143 commit 7a7e8d0

File tree

48 files changed

+9
-15529
lines changed

Some content is hidden

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

48 files changed

+9
-15529
lines changed

.tx/config

-9
This file was deleted.

Changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Drag and Drop XBlock changelog
44
Unreleased
55
---------------------------
66

7+
Version 4.0.0 (2024-03-12)
8+
--------------------------
9+
10+
* Remove Transifex calls and bundled translation files for the OEP-58 proposal.
11+
12+
BREAKING CHANGE: This version removes translations for Quince and earlier releases.
13+
714
Version 3.4.0 (2024-01-15)
815
---------------------------
916

Makefile

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.PHONY: clean help compile_translations dummy_translations extract_translations detect_changed_source_translations \
2-
build_dummy_translations validate_translations pull_translations push_translations check_translations_up_to_date \
2+
build_dummy_translations validate_translations check_translations_up_to_date \
33
requirements selfcheck test test.python test.unit test.quality upgrade
44

55
.DEFAULT_GOAL := help
@@ -52,12 +52,6 @@ build_dummy_translations: dummy_translations compile_translations ## generate an
5252

5353
validate_translations: build_dummy_translations detect_changed_source_translations ## validate translations
5454

55-
pull_translations: ## pull translations from transifex
56-
tx pull -t -a -f --mode reviewed --minimum-perc=1
57-
58-
push_translations: ## push translations to transifex
59-
tx push -s
60-
6155
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
6256

6357
piptools: ## install pinned version of pip-compile and pip-sync

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -545,20 +545,6 @@ translator from edX i18n-tools.
545545
$ make dummy_translations
546546
```
547547

548-
Transifex translations
549-
-------------------------------------
550-
551-
If you want to download translations from run this command while inside project root directory
552-
553-
```bash
554-
$ make pull_translations
555-
```
556-
557-
Translations can be pushed to Transifex with:
558-
```bash
559-
$ make push_translations
560-
```
561-
562548
Native API
563549
----------
564550

drag_and_drop_v2/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
""" Drag and Drop v2 XBlock """
22
from .drag_and_drop_v2 import DragAndDropBlock
33

4-
__version__ = "3.4.0"
4+
__version__ = "4.0.0"
Binary file not shown.

0 commit comments

Comments
 (0)