Pārlūkot izejas kodu

[fix] engines page translation

asciimoo 11 gadus atpakaļ
vecāks
revīzija
e23d2ed376
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      searx/templates/engines.html

+ 1
- 1
searx/templates/engines.html Parādīt failu

@@ -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 %}