2
0
mirror of https://github.com/searx/searx synced 2025-08-30 22:16:19 +00:00

[fix] engines page translation

This commit is contained in:
asciimoo
2014-01-24 13:35:44 +01:00
parent 85b81be35b
commit e23d2ed376

View File

@@ -14,7 +14,7 @@
{% if not search_engine.private %}
<tr>
<td>{{ search_engine.name }}</td>
<td>{{ categ }}</td>
<td>{{ _(categ) }}</td>
</tr>
{% endif %}
{% endfor %}