mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Translatable strings for plugins (#3893)
This commit is contained in:
parent
c7a2def353
commit
652f4aa7c4
@ -53,8 +53,10 @@
|
||||
|
||||
{% plugins_enabled as plug %}
|
||||
{% if plug %}
|
||||
{% include "sidebar_header.html" with text="Plugin Settings" %}
|
||||
{% include "sidebar_item.html" with label='plugin' text="Plugins" icon="fa-plug" %}
|
||||
{% trans "Plugin Settings" as text %}
|
||||
{% include "sidebar_header.html" with text=text %}
|
||||
{% trans "Plugins" as text %}
|
||||
{% include "sidebar_item.html" with label='plugin' text=text icon="fa-plug" %}
|
||||
|
||||
{% plugin_list as pl_list %}
|
||||
{% for plugin_key, plugin in pl_list.items %}
|
||||
|
Loading…
Reference in New Issue
Block a user