Projet

Général

Profil

0001-templates-add-select2-field-translations-47855.patch

Valentin Deniaud, 24 mars 2021 16:53

Télécharger (900 octets)

Voir les différences:

Subject: [PATCH] templates: add select2 field translations (#47855)

 src/authentic2/templates/select2_locale.html | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 src/authentic2/templates/select2_locale.html
src/authentic2/templates/select2_locale.html
1
{% load i18n %}
2

  
3
{# Translations of select2 autocompletion field hints #}
4
{% trans "Searching..." %}
5
{% trans "No matches found" %}
6
{% trans "Please enter more characters" %}
7
{% trans "Loading more results..." %}
8
{% trans "The results could not be loaded" %}
0
-