Translation for tags

This commit is contained in:
Fabrice Mouhartem 2019-04-25 00:36:05 +05:30
parent 81fc7ddd71
commit 7bacb5e427
2 changed files with 4 additions and 1 deletions

View File

@ -24,7 +24,7 @@
{% endblock header %}
{% block content %}
<h1>Tags for {{ SITENAME }}</h1>
<h1>Tags {{ gettext('for') }} {{ SITENAME }}</h1>
{%- for tag, articles in tags|sort %}
<li><a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a> ({{ articles|count }})</li>
{% endfor %}

View File

@ -46,6 +46,9 @@ msgstr "Articles Récents"
msgid "Translation:"
msgstr "Traduction:"
msgid "for"
msgstr "pour"
#~ msgid "Articles in the"
#~ msgstr "Articles dans la catégorie"