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,11 +1,11 @@
{% extends "base" %}
{% block title %}
Notifications
{{ "Notifications" | _ }}
{% endblock title %}
{% block content %}
<h1>Notifications</h1>
<h1>{{ "Notifications" | _ }}</h1>
<div class="list">
{% for notification in notifications %}
<div class="card">