mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[enh] i18n support
This commit is contained in:
parent
a1f945d227
commit
2b1d2dbc84
6 changed files with 29 additions and 20 deletions
|
|
@ -2,18 +2,18 @@
|
|||
{% block head %} {% endblock %}
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<h2>Preferences</h2>
|
||||
<h2>{{ _('Preferences') }}</h2>
|
||||
|
||||
|
||||
<fieldset>
|
||||
<legend>Default categories</legend>
|
||||
<legend>{{ _('Default categories') }}</legend>
|
||||
<form method="post" action="/preferences" id="search_form">
|
||||
<p>
|
||||
{% include 'categories.html' %}
|
||||
</p>
|
||||
<input type="submit" value="save" />
|
||||
<input type="submit" value="{{ _('save') }}" />
|
||||
</form>
|
||||
</fieldset>
|
||||
<div class="right"><a href="/">back</a></div>
|
||||
<div class="right"><a href="/">{{ _('back') }}</a></div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue