Explorar el Código

[fix] engines page translation

asciimoo hace 11 años
padre
commit
e23d2ed376
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      searx/templates/engines.html

+ 1
- 1
searx/templates/engines.html Ver fichero

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