django-rosetta/testproject/templates/test.html

9 lines
No EOL
179 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 %}