diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-01-24 13:35:44 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-01-24 13:35:44 +0100 |
| commit | e23d2ed3762f8028b291ee4d0d508a016dae12ea (patch) | |
| tree | 914740a9e2041fe3688ddc488ea20349d3dd6914 | |
| parent | 85b81be35b9b53848431da2a4ab8d531990cf963 (diff) | |
[fix] engines page translation
| -rw-r--r-- | searx/templates/engines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/engines.html b/searx/templates/engines.html index 008e860f1..8a7aaf4a0 100644 --- a/searx/templates/engines.html +++ b/searx/templates/engines.html @@ -14,7 +14,7 @@ {% if not search_engine.private %} <tr> <td>{{ search_engine.name }}</td> - <td>{{ categ }}</td> + <td>{{ _(categ) }}</td> </tr> {% endif %} {% endfor %} |