Hello all, Recently I had a member of my team bring up that it was uncomfortable for them to work in parts of our codebase where they regularly had to see "blocktrans" in the template files. To make our work environment more inclusive, I wrote a Django package <https://pypi.org/project/django-translation-aliases/> which adds "translate" and "blocktranslate" templatetag aliases so that we could update our own internal templates to use these.
We felt that this change would be in line with the Django community so I made a ticket and pull request to Django at https://code.djangoproject.com/ticket/30585 . The ticket was closed as "wontfix", and it was mentioned that I should bring it to django-developers if I wanted to make further progress on the ticket. Thanks, --Mike -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/a43ec0ab-f73a-4c11-8fc1-b05d081b24c3%40googlegroups.com.
