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 committed Feb 19, 2024
1 parent e91fdb1 commit ed63147
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 35 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
@@ -1,5 +1,12 @@
# Changelog

## Unreleased changes are listed here.

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

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


## Version 3.1.0
* Added support for Django 4.2

Expand Down
12 changes: 0 additions & 12 deletions freetextresponse/conf/locale/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,6 @@

locales:
- en # English - Source Language
- ar # Arabic
- de_DE # German
- es_419 # Spanish (Latin America)
- fr # French
- fr_CA # French (Canada)
- he # Hebrew
- hi # Hindi
- ja_JP # Japanese
- ko_KR # Korean (Korea)
- pt_BR # Portuguese (Brazil)
- ru # Russian
- zh_CN # Chinese (China)

# The locales used for fake-accented English, for testing.
dummy_locales:
Expand Down
14 changes: 0 additions & 14 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,6 @@ allowlist_externals = make
commands =
make translations_validate

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

[testenv:translations_pull]
deps =
edx-i18n-tools==0.4.8
transifex-client
changedir = {toxinidir}/freetextresponse
commands =
i18n_tool transifex pull

[testenv:translations_compile]
deps =
edx-i18n-tools==0.4.8
Expand Down

0 comments on commit ed63147

Please sign in to comment.