oscar template: update translation files

This commit is contained in:
Thomas Pointhuber 2014-09-29 16:31:32 +02:00
parent 55b9b10d2e
commit 451586f09f
12 changed files with 1618 additions and 261 deletions

View file

@ -58,7 +58,7 @@
<div class="container">
{% block footer %}
{% endblock %}
<p class="text-muted">Powered by <a href="https://github.com/asciimoo/searx">Searx</a> - a privacy-respecting, hackable metasearch engine</p>
<p class="text-muted">{{ _('Powered by') }} <a href="https://github.com/asciimoo/searx">Searx</a> - {{ _('a privacy-respecting, hackable metasearch engine') }}</p>
</div>
</div>
<script src="{{ url_for('static', filename='js/jquery-1.11.1.min.js') }}"></script>