From 5de0cf75db92be302599f362526067f159b94fbe Mon Sep 17 00:00:00 2001 From: Valentin Deniaud Date: Wed, 24 Mar 2021 16:52:04 +0100 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 diff --git a/src/authentic2/templates/select2_locale.html b/src/authentic2/templates/select2_locale.html new file mode 100644 index 00000000..68c254f9 --- /dev/null +++ b/src/authentic2/templates/select2_locale.html @@ -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" %} -- 2.20.1