X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f358d7768f7f0c73358b712e0e37c100843091d4..7e6d14043e3e2dce8e3fdcef0b0fc649680b07b3:/wolnelektury/templates/catalogue/folded_tag_list.html diff --git a/wolnelektury/templates/catalogue/folded_tag_list.html b/wolnelektury/templates/catalogue/folded_tag_list.html index 62896fc05..a6ff53abd 100644 --- a/wolnelektury/templates/catalogue/folded_tag_list.html +++ b/wolnelektury/templates/catalogue/folded_tag_list.html @@ -1,6 +1,7 @@ +{% load i18n %} {% load catalogue_tags %} {% if one_tag %} -

Zobacz całą kategorię {{ one_tag }}.

+

{% trans "Show full category" %} {{ one_tag }}.

{% else %}
{% if some_tags_hidden %} -

Zobacz więcej

+

{% trans "See more" %}

{% endif %}
@@ -17,7 +18,7 @@ {% for tag in tags %}
  • {{ tag }} ({{ tag.count }})
  • {% endfor %} - -

    Zwiń

    + +

    {% trans "Hide" %}

    {% endif %}