django-rosetta/testproject/templates/test.html
2023-01-01 14:17:08 +01:00

9 lines
180 B
HTML

{% load i18n %}
{% trans "Some text to translate" %}
{% blocktrans %}
one bottle of beer on the wall
{% plural %}
{{num_bottles}} bottles of beer on the wall
{% endblocktrans %}