mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
1559f84d8b
Thanks naktinis for the report and initial patch.
7 lines
287 B
Plaintext
7 lines
287 B
Plaintext
{% 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 %}
|