X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b7d5131321533374cdcb85542ef4dcb53269863d..373f20f311d78b22849e9529299eddcbefb080bd:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 3012069f9..8b36718e0 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -1,6 +1,7 @@ +{% load i18n %}
- Na półkę! + {% trans "Put on the shelf!" %}
{% if book.children.all|length %}
@@ -10,8 +11,8 @@

{{ book.title }}

{% if formats %} -

Na skróty: {{ formats|join:", " }}

+

{% trans "Jump to" %}: {{ formats|join:", " }}

{% endif %} -

Utwór w kategoriach: {{ tags|join:", " }}

+

{% trans "Categories" %}: {{ tags|join:", " }}

-
+ \ No newline at end of file