Feat: french translation

This commit is contained in:
2020-06-26 13:55:28 +02:00
parent f47fe95757
commit 8696d8c176
44 changed files with 1992 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
{% extends "!simple/base.html" %}
{% block title %}{% trans %}Welcome to our{% endtrans %} {{ SITENAME }}{% endblock %}
{% block head %}
{{ super() }}
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/style.css" />
{% endblock %}