2013-06-23 05:39:14 +08:00
|
|
|
{% load i18n %}
|
|
|
|
{% comment %}
|
|
|
|
This file has a literal with plural forms. When processed first, makemessages
|
|
|
|
shouldn't create a .po file with duplicate `Plural-Forms` headers
|
|
|
|
{% endcomment %}
|
2019-09-23 23:31:21 +08:00
|
|
|
{% blocktranslate count number=3 %}{{ number }} Bar{% plural %}{{ number }} Bars{% endblocktranslate %}
|
2015-08-25 07:28:23 +08:00
|
|
|
|
2019-06-22 00:41:01 +08:00
|
|
|
{% translate 'First `translate`, then `blocktranslate` with a plural' %}
|