Make the UI translatable

This commit is contained in:
Bat
2018-06-17 16:26:15 +01:00
parent cafb0e2277
commit 3207aa0e22
22 changed files with 326 additions and 89 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{% extends "errors/base" %}
{% block error %}
<h1>Something broke on our side.</h1>
<h2>Sorry about that. If you think this is a bug, please report it.</h2>
<h1>{{ "Something broke on our side." | _ }}</h1>
<h2>{{ "Sorry about that. If you think this is a bug, please report it." | _ }}</h2>
{% endblock error %}