Merge pull request #875 from arkhi/locales
[l10n] Add and update i18n strings for French
This commit is contained in:
commit
e61ed73894
9 changed files with 343 additions and 407 deletions
|
@ -11,7 +11,7 @@
|
|||
<h1 class="title">
|
||||
{% trans "Lists" %}
|
||||
{% if request.user.is_authenticated %}
|
||||
<a class="help has-text-weight-normal" href="{% url 'user-lists' request.user|username %}">Your lists</a>
|
||||
<a class="help has-text-weight-normal" href="{% url 'user-lists' request.user|username %}">{% trans "Your Lists" %}</a>
|
||||
{% endif %}
|
||||
</h1>
|
||||
</div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{{ text }}
|
||||
{% if sort == field %}
|
||||
<span class="icon icon-arrow-up">
|
||||
<span class="is-sr-only">{% trans "Sorted asccending" %}</span>
|
||||
<span class="is-sr-only">{% trans "Sorted ascending" %}</span>
|
||||
</span>
|
||||
{% elif sort == "-"|add:field %}
|
||||
<span class="icon icon-arrow-down">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue