1
0
Fork 0

chore: add translations

This commit is contained in:
Dustin Steiner 2023-01-30 08:26:59 +00:00
parent 0628ccad41
commit 59a8098517
No known key found for this signature in database
GPG key ID: 918D51522D8CB8F2
2 changed files with 15 additions and 2 deletions

View file

@ -24,7 +24,7 @@
{% with book=book %}
<div class="column is-one-fifth-tablet is-half-mobile is-flex is-flex-direction-column">
<div class="is-flex-grow-1 mb-3">
<span class="subtitle">{% if book.series_number %}Book {{ book.series_number }}{% else %}Unsorted Book{% endif %}</span>
<span class="subtitle">{% if book.series_number %}{% blocktrans with series_number=book.series_number %}Book {{ series_number }}{% endblocktrans %}{% else %}{% trans 'Unsorted Book' %}{% endif %}</span>
{% include 'landing/small-book.html' with book=book %}
</div>
</div>