diff options
| author | Martin Fischer <martin@push-f.com> | 2021-12-21 09:39:03 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2021-12-21 09:58:51 +0100 |
| commit | e28c6bda35666aa382e6563f4f209d677b9f5ff3 (patch) | |
| tree | 412ebed948aae1ef9f4390f4c7c4d9fe07e1da6d /docs/admin | |
| parent | 3c0f01aed7b9e51d8ee7bd0110b1aefa790a71c3 (diff) | |
[doc] introduce about.language and sort engines by it
Diffstat (limited to 'docs/admin')
| -rw-r--r-- | docs/admin/engines/configured_engines.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/admin/engines/configured_engines.rst b/docs/admin/engines/configured_engines.rst index a36114488..3e4aa7a29 100644 --- a/docs/admin/engines/configured_engines.rst +++ b/docs/admin/engines/configured_engines.rst @@ -43,6 +43,9 @@ Explanation of the :ref:`general engine configuration` shown in the table - ``!{{mod.shortcut}}`` - {{mod.__name__}} - {{(mod.disabled and "y") or ""}} + {%- if mod.about and mod.about.language %} + ({{mod.about.language | upper}}) + {%- endif %} - {{mod.timeout}} - {{mod.weight or 1 }} {% if mod.engine_type == 'online' %} |