forked from CGM_Public/pretix_original
Don't user |pluralize
This commit is contained in:
@@ -10,8 +10,11 @@
|
|||||||
<h1>{% trans "Export SEPA xml" %}</h1>
|
<h1>{% trans "Export SEPA xml" %}</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans with cnt=export.cnt sum=export.sum|money:export.currency date=export.datetime|date %}
|
{% blocktrans with sum=export.sum|money:export.currency date=export.datetime|date count cnt=export.cnt %}
|
||||||
You are trying to download a refund export from {{ date }} with {{ cnt }} order{{ cnt|pluralize }} and a
|
You are trying to download a refund export from {{ date }} with one order and a
|
||||||
|
total of {{ sum }}.
|
||||||
|
{% plural %}
|
||||||
|
You are trying to download a refund export from {{ date }} with {{ cnt }} order and a
|
||||||
total of {{ sum }}.
|
total of {{ sum }}.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user