Translation for tags
This commit is contained in:
parent
81fc7ddd71
commit
7bacb5e427
@ -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 %}
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user