Update translations

This commit is contained in:
Alexandre Vicenzi 2020-04-21 18:55:22 +02:00
parent fed45e0c6b
commit 9d672dba84
40 changed files with 777 additions and 248 deletions

View file

@ -237,7 +237,7 @@
<a href="{{ SITEURL }}">{{ _('Home') }}</a>
{% for title, link in MENUITEMS %}
<a href="{{ link }}">{{ title }}</a>
<a href="{{ link }}">{{ _(title) }}</a>
{% endfor %}
{% if FEED_ALL_ATOM %}