mirror of
https://github.com/searxng/searxng.git
synced 2025-07-23 13:19:17 +02:00
[doc] introduce about.language and sort engines by it
This commit is contained in:
parent
3c0f01aed7
commit
e28c6bda35
8 changed files with 19 additions and 1 deletions
|
@ -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' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue