promgen icon indicating copy to clipboard operation
promgen copied to clipboard

Update translate tag

Open kfdm opened this issue 5 months ago • 1 comments

Update translate tag.

Going forward, the translate tag is the recommended version so we update things for clarity.

https://docs.djangoproject.com/en/3.2/topics/i18n/translation/#std:templatetag-translate

The trans tag was renamed to translate. The trans tag is still supported as an alias for backwards compatibility.

This will also help remove a bit of noise in #520 regarding some lines that only change the tag.

kfdm avatar Sep 09 '24 08:09 kfdm