diff --git a/src/authentic2/templates/select2_locale.html b/src/authentic2/templates/select2_locale.html new file mode 100644 index 000000000..68c254f98 --- /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" %}