1
0
Fork 0

Fixes plural string, "URL", and updates locales

This commit is contained in:
Mouse Reeve 2023-11-02 14:31:30 -07:00
parent 45fc10e3bf
commit 416bbd4d9e
39 changed files with 550 additions and 521 deletions

View file

@ -21,7 +21,7 @@
{% blocktrans trimmed count days=import_limit_reset with display_size=import_size_limit|intcomma %}
Currently, you are allowed to import {{ display_size }} books every {{ import_limit_reset }} day.
{% plural %}
Currently, you are allowed to import {{ import_size_limit }} books every {{ import_limit_reset }} days.
Currently, you are allowed to import {{ display_size }} books every {{ import_limit_reset }} days.
{% endblocktrans %}
</p>
<p>{% blocktrans with display_left=allowed_imports|intcomma %}You have {{ display_left }} left.{% endblocktrans %}</p>