We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1d133 commit 4df9652Copy full SHA for 4df9652
src/js/select2/i18n/de.js
@@ -1,6 +1,9 @@
1
define(function () {
2
// German
3
return {
4
+ errorLoading: function () {
5
+ return 'Die Ergebnisse konnten nicht geladen werden.';
6
+ },
7
inputTooLong: function (args) {
8
var overChars = args.input.length - args.maximum;
9
0 commit comments