Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/openedx/edx-enterprise in…
Browse files Browse the repository at this point in the history
…to hamza/ENT-7908-cmd-to-reencrypt-reporting-config
  • Loading branch information
hamzawaleed01 committed Nov 20, 2023
2 parents 1506360 + 6dc9000 commit 47e8f78
Show file tree
Hide file tree
Showing 23 changed files with 1,467 additions and 1,930 deletions.
8 changes: 4 additions & 4 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
host = https://www.transifex.com

[o:open-edx:p:edx-platform:r:edx-enterprise]
file_filter = enterprise/locale/<lang>/LC_MESSAGES/django.po
source_file = enterprise/locale/en/LC_MESSAGES/django.po
file_filter = enterprise/conf/locale/<lang>/LC_MESSAGES/django.po
source_file = enterprise/conf/locale/en/LC_MESSAGES/django.po
source_lang = en
type = PO

[o:open-edx:p:edx-platform:r:edx-enterprise-js]
file_filter = enterprise/locale/<lang>/LC_MESSAGES/djangojs.po
source_file = enterprise/locale/en/LC_MESSAGES/djangojs.po
file_filter = enterprise/conf/locale/<lang>/LC_MESSAGES/djangojs.po
source_file = enterprise/conf/locale/en/LC_MESSAGES/djangojs.po
source_lang = en
type = PO

4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Unreleased
----------
Nothing unreleased.

[4.7.2]
--------
feat: stop learner data transmissions for course runs

[4.7.1]
--------
chore: retire Degreed v1 code from the set of channels
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ dummy_translations: ## generate dummy translation (.po) files

extract_translations: ## extract strings to be translated, outputting .mo files
rm -rf docs/_build
./manage.py makemessages -l en -v1 -d django
./manage.py makemessages -l en -v1 -d djangojs -i "node_modules/*"
i18n_tool extract --no-segment

fake_translations: extract_translations dummy_translations compile_translations ## generate and compile dummy translation files

Expand Down
2 changes: 1 addition & 1 deletion enterprise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Your project description goes here.
"""

__version__ = "4.7.1"
__version__ = "4.7.2"
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,6 @@ locales:
# The locales used for fake-accented English, for testing.
dummy_locales:
- eo

ignore_dirs:
- node_modules
Loading

0 comments on commit 47e8f78

Please sign in to comment.