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

remove Transifex calls for OEP-58 #1

Open
wants to merge 2 commits into
base: feature/delete_transfix
Choose a base branch
from
Open
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.

11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel
Unreleased
~~~~~~~~~~

<<<<<<< Updated upstream
Version 9.9.0 (2024-01-20)
---------------------------

* XBlockI18NService js translations support
=======
* Remove Transifex calls and bundled translation files for the OEP-58 proposal.

BREAKING CHANGE: This version breaks translations with Quince and earlier releases.
>>>>>>> Stashed changes

9.8.1 - 2023-11-17
------------------
* Fix custom_parameters xblock field validation.
Expand Down
11 changes: 0 additions & 11 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,6 @@ This list is what is used to resolve dependencies when an upstream project is co
this XBlock package. requirements.txt is used to install the same dependencies when running
the tests for this package.

Downloading translations from Transifex
---------------------------------------

If you want to download translations from Transifex install
`transifex client <https://docs.transifex.com/client/installing-the-client/>`_ and run this command while
inside project root directory:

.. code:: bash

$ tx pull -f --mode=reviewed

Further Development Info
------------------------

Expand Down
2 changes: 1 addition & 1 deletion lti_consumer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from .apps import LTIConsumerApp
from .lti_xblock import LtiConsumerXBlock

__version__ = '9.8.1'
__version__ = '9.9.0'
Binary file removed lti_consumer/conf/locale/ar/LC_MESSAGES/text.mo
Binary file not shown.
Loading
Loading