Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: remove Transifex calls for FC-0012 #352

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading