templates: add select2 field translations (#47855)

This commit is contained in:
Valentin Deniaud 2021-03-24 16:52:04 +01:00
parent ff8c2a1e1f
commit 0676783c13
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{% load i18n %}
{# Translations of select2 autocompletion field hints #}
{% trans "Searching..." %}
{% trans "No matches found" %}
{% trans "Please enter more characters" %}
{% trans "Loading more results..." %}
{% trans "The results could not be loaded" %}