add translation to german
This commit is contained in:
parent
fcb6a8f6ca
commit
8db179d07c
12 changed files with 497 additions and 53 deletions
|
@ -1,13 +1,13 @@
|
|||
{% extends "layout/default.html" %}
|
||||
{% block title %}groups{% endblock %}
|
||||
{% block title %}{% trans %}group list{% endtrans %}{% endblock %}
|
||||
{% block content %}
|
||||
<table class="table table-hover align-middle">
|
||||
<thead class="table-light">
|
||||
<tr>
|
||||
<th scope="col">group name</th>
|
||||
<th scope="col">group description</th>
|
||||
<th scope="col">member?</th>
|
||||
<th scope="col">member count</th>
|
||||
<th scope="col">{% trans %}group name{% endtrans %}</th>
|
||||
<th scope="col">{% trans %}group description{% endtrans %}</th>
|
||||
<th scope="col">{% trans %}member?{% endtrans %}</th>
|
||||
<th scope="col">{% trans %}member count{% endtrans %}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue