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

View File

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