Skip to content

Commit

Permalink
Small tweaks for romanian
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed May 20, 2024
1 parent 01d455a commit fc2ce4b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions backend/templates/v1/ngo/donations-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,15 @@
{% else %}
Folosind butonul de mai jos, puteți descărca
<strong>
cele
{{ donor_metadata["total_signed"] }}
declarații semnate online pentru anul curent.
{% if donor_metadata["total_signed"] == 1 %}
declarația
{% else %}
cele
{{ donor_metadata["total_signed"] }}
{% if 1 < donor_metadata["total_signed"] % 100 < 20 %}de{% endif %}
declarații
{% endif %}
semnate online pentru anul curent.
</strong>
{% endif %}
<br>
Expand Down

0 comments on commit fc2ce4b

Please sign in to comment.