1 messages · Page 1 of 1 (latest)
All the online docs, books etc talk about {% trans "my text" %} but the Django 5 doc gives us {% translate "my text" %} and {% blocktranslate %}
And, funnily enough, I have been using {% trans "my text" %} with Django 5.0.1 and it seems to be working...