mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
activated translations for settings
This commit is contained in:
parent
53c9475e6d
commit
698b946403
@ -8,7 +8,7 @@
|
|||||||
<span class='fas {{ icon }}'></span>
|
<span class='fas {{ icon }}'></span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
<td><b>{{ setting.name }}</b></td>
|
<td><b>{% trans setting.name %}</b></td>
|
||||||
<td>
|
<td>
|
||||||
{% if setting.is_bool %}
|
{% if setting.is_bool %}
|
||||||
<div>
|
<div>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<td>
|
<td>
|
||||||
{{ setting.description }}
|
{% trans setting.description %}
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<div class='btn-group float-right'>
|
<div class='btn-group float-right'>
|
||||||
|
Loading…
Reference in New Issue
Block a user