django-rosetta/testproject/templates/test.html

10 lines
180 B
HTML
Raw Permalink Normal View History

{% 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 %}