diff options
| author | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:17:49 +0100 |
|---|---|---|
| committer | asciimoo <asciimoo@gmail.com> | 2014-01-22 00:17:49 +0100 |
| commit | 2b1d2dbc841d970ed369e6479693dcc80fa01233 (patch) | |
| tree | 9ba34013b400d66502e161edbd93d11d51a61aab /searx/templates/index.html | |
| parent | a1f945d227577993b0d13e0230356d7462ccc840 (diff) | |
[enh] i18n support
Diffstat (limited to 'searx/templates/index.html')
| -rw-r--r-- | searx/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/index.html b/searx/templates/index.html index d9fa3b502..18320ae09 100644 --- a/searx/templates/index.html +++ b/searx/templates/index.html @@ -4,8 +4,8 @@ <div class="title"><h1>searx</h1></div> {% include 'search.html' %} <p class="top_margin"> - <a href="/about" class="hmarg">about</a> - <a href="/preferences" class="hmarg">preferences</a> + <a href="/about" class="hmarg">{{ _('about') }}</a> + <a href="/preferences" class="hmarg">{{ _('preferences') }}</a> </p> </div> {% endblock %} |