Adds default shelf names translations

This commit is contained in:
Mouse Reeve
2021-03-02 10:32:46 -08:00
parent 27914d07b9
commit 2c37893790
3 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,10 @@
{% with shelf_counter=forloop.counter %}
<li>
<p>
{{ shelf.name }}
{% if shelf.identifier == 'to-read' %}{% trans "To Read" %}
{% elif shelf.identifier == 'reading' %}{% trans "Currently Reading" %}
{% elif shelf.identifier == 'read' %}{% trans "Read" %}
{% else %}{{ shelf.name }}{% endif %}
</p>
<div class="tabs is-small is-toggle">
<ul>