mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
translate 'each' as well
This commit is contained in:
parent
8acd4984dd
commit
c1267da2ea
4 changed files with 6 additions and 1 deletions
|
@ -443,3 +443,5 @@ msgstr ""
|
|||
msgid "and notify them yourself"
|
||||
msgstr ""
|
||||
|
||||
msgid "each"
|
||||
msgstr ""
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
<td>{{ bill.payer }}</td>
|
||||
<td>{{ bill.what }}</td>
|
||||
<td>{% for ower in bill.owers %}{{ ower.name }} {% endfor %}</td>
|
||||
<td>{{ bill.amount }} ({{ bill.pay_each() }} each)</td>
|
||||
<td>{{ bill.amount }} ({{ bill.pay_each() }} {{ _("each") }})</td>
|
||||
<td><a href="{{ url_for(".edit_bill", bill_id=bill.id) }}">{{ _("edit") }}</a>
|
||||
<a class="delete" href="{{ url_for(".delete_bill", bill_id=bill.id) }}">{{ _("delete") }}</a></td>
|
||||
</tr>
|
||||
|
|
Binary file not shown.
|
@ -448,3 +448,6 @@ msgstr "sauter cette étape"
|
|||
#: templates/send_invites.html:14
|
||||
msgid "and notify them yourself"
|
||||
msgstr "et les notifier vous même"
|
||||
|
||||
msgid "each"
|
||||
msgstr "chacun"
|
||||
|
|
Loading…
Add table
Reference in a new issue