[l10n] Add and update i18n strings for French:

- Fix typo in English.
- Add translations for missing strings.
- Update translations for fuzzy strings.
This commit is contained in:
Fabien Basmaison
2021-04-05 12:46:34 +02:00
parent d25c68f887
commit 5d3f00a537
8 changed files with 342 additions and 406 deletions

View File

@ -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">