Implemented translation

This commit is contained in:
Kevin Frantz
2018-09-05 11:50:22 +02:00
parent 66ee985b7d
commit 3a4f3f6654
3 changed files with 7 additions and 2 deletions

View File

@@ -3,5 +3,9 @@
Homepage
{% endblock %}
{% block content %}
<h2>Welcome to infinito!</h2>
<h2>
{% trans %}
Welcome to infinito!
{% endtrans %}
</h2>
{% endblock %}