add locale files for french

This commit is contained in:
bkfox
2016-08-13 17:21:48 +02:00
parent e8d3be3133
commit a82b73f70e
16 changed files with 1263 additions and 56 deletions

View File

@ -18,7 +18,7 @@
{% if page.summary %}
{{ page.summary }}
{% else %}
{{ page.body|richtext|truncatewords:32 }}
{{ page.body|richtext|truncatewords:24 }}
{% endif %}
</section>
{% endblock %}