tikservices / django-jet2

Next Generation of django-jet (Modern responsive template for the Django admin interface with improved functionality.)
https://github.com/tiktn/django-jet2
GNU Affero General Public License v3.0
6 stars 12 forks source link

js: fixup gettext in django 3.1 #26

Open xrmx opened 3 years ago

xrmx commented 3 years ago

For some reason in Django 3.1 django.gettext is not available anymore in the scope, it's available as window.gettext though. Update translate.js to work with both locations.

This was already reported here: https://github.com/geex-arts/django-jet/issues/149

Fix #25

Haven't rebuilt the bundle because I have node 12 which requires upgrading at least gulp 4 and it didn't work out of the box.