I am adding entries from .jinja templates to the django.po file for translation, and when I add the entries and reload the page the translations run fine.
However, when I run makemessages my new entries get commented out. Any ideas?
This is similar to the following, but since that hasn't been active in a year I was wondering if anyone has had any progress/new ideas:
How to properly add entries for computed values to the django internationalization messages file?