mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-08 21:44:42 +00:00
9 lines
No EOL
179 B
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 %} |