aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates/includes/translations.html
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2016-12-13 10:33:27 -0800
committerGitHub <noreply@github.com>2016-12-13 10:33:27 -0800
commitb6ab2ad418b634eda366026855be0574703281d7 (patch)
tree218cfce1037c099a650cbb382b69d50de681f5e8 /pelican-bootstrap3/templates/includes/translations.html
parent30c807519db25e1c9246a6c53b7545b36a2f1895 (diff)
parentdb5388e47885b76083ee6a169863b5e718ca1246 (diff)
downloadpelican-themes-b6ab2ad418b634eda366026855be0574703281d7.tar.gz
Merge pull request #441 from jranke/i18n
Make pelican-bootstrap3 multilingual
Diffstat (limited to 'pelican-bootstrap3/templates/includes/translations.html')
-rw-r--r--pelican-bootstrap3/templates/includes/translations.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pelican-bootstrap3/templates/includes/translations.html b/pelican-bootstrap3/templates/includes/translations.html
index ea693df..2d79217 100644
--- a/pelican-bootstrap3/templates/includes/translations.html
+++ b/pelican-bootstrap3/templates/includes/translations.html
@@ -1,8 +1,8 @@
{% macro translations_for(article) %}
{% if article.translations %}
-<span class="label label-default">Lang</span>
+<span class="label label-default">{{ _('Lang') }}</span>
{% for translation in article.translations %}
<a href="{{ SITEURL }}/{{ translation.url }}">{{ translation.lang }}</a>
{% endfor %}
{% endif %}
-{% endmacro %} \ No newline at end of file
+{% endmacro %}