pluralization wave 1

This commit is contained in:
Florian Dupret
2020-05-29 18:00:29 +02:00
parent d5d5530a8e
commit da38df6e4b
8 changed files with 42 additions and 34 deletions

View File

@@ -82,7 +82,7 @@
{% if first.transactiontype.type != 'Withdrawal' or splits == 1 %}
<tr>
<td>
{{ 'source_accounts'|_ }}
{{ trans_choice('firefly.source_accounts', groupArray.transactions|length ) }}
</td>
<td>
{% for journal in groupArray.transactions %}
@@ -103,7 +103,7 @@
{% if first.transactiontype.type != 'Deposit' or splits == 1 %}
<tr>
<td>
{{ 'destination_accounts'|_ }}
{{ trans_choice('firefly.destination_accounts', groupArray.transactions|length ) }}
</td>
<td>