diff options
| -rw-r--r-- | budget/messages.pot | 2 | ||||
| -rw-r--r-- | budget/templates/list_bills.html | 2 | ||||
| -rw-r--r-- | budget/translations/fr/LC_MESSAGES/messages.mo | bin | 7185 -> 7213 bytes | |||
| -rw-r--r-- | budget/translations/fr/LC_MESSAGES/messages.po | 3 |
4 files changed, 6 insertions, 1 deletions
diff --git a/budget/messages.pot b/budget/messages.pot index acfae12..b8de26f 100644 --- a/budget/messages.pot +++ b/budget/messages.pot @@ -443,3 +443,5 @@ msgstr "" msgid "and notify them yourself" msgstr "" +msgid "each" +msgstr "" diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 440a973..e763b03 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -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> diff --git a/budget/translations/fr/LC_MESSAGES/messages.mo b/budget/translations/fr/LC_MESSAGES/messages.mo Binary files differindex e19ba9a..c3b07a9 100644 --- a/budget/translations/fr/LC_MESSAGES/messages.mo +++ b/budget/translations/fr/LC_MESSAGES/messages.mo diff --git a/budget/translations/fr/LC_MESSAGES/messages.po b/budget/translations/fr/LC_MESSAGES/messages.po index d2573ab..0f021eb 100644 --- a/budget/translations/fr/LC_MESSAGES/messages.po +++ b/budget/translations/fr/LC_MESSAGES/messages.po @@ -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" |
