mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Implemented translation
This commit is contained in:
@@ -3,5 +3,9 @@
|
||||
Homepage
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<h2>Welcome to infinito!</h2>
|
||||
<h2>
|
||||
{% trans %}
|
||||
Welcome to infinito!
|
||||
{% endtrans %}
|
||||
</h2>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user