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 %}
|
|
|
|
{% blocktrans count number=3 %}{{ number }} Bar{% plural %}{{ number }} Bars{% endblocktrans %}
|
2015-08-25 07:28:23 +08:00
|
|
|
|
|
|
|
{% trans 'First `trans`, then `blocktrans` with a plural' %}
|