mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-17 05:40:26 +00:00
9 lines
180 B
HTML
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 %}
|