Update instructions

This commit is contained in:
Piero Toffanin 2023-01-06 15:03:26 -05:00
parent 859fddeb77
commit c33300bf77
2 changed files with 17 additions and 2 deletions

View file

@ -75,7 +75,7 @@
<select id="locales" onchange="changeLocale(this)">
{% for l in available_locales %}<option value="{{ l['code'] }}" {{ 'selected' if current_locale == l['code'] else ''}}>{{ l['name'] }}</option>{% endfor %}
</select>
<a href="#TODO">{{ _h("Edit") }}<i class="material-icons">create</i></a>
<a href="https://hosted.weblate.org/projects/libretranslate/app/{{ current_locale }}/">{{ _h("Edit") }}<i class="material-icons">create</i></a>
</li>
{% endset %}
{{ menulinks }}