Update de.js
The german errorLoading message was missing. This closes https://github.com/select2/select2/pull/4711. This closes https://github.com/select2/select2/pull/4591.
This commit is contained in:
parent
7d1d133523
commit
4df965219e
3
src/js/select2/i18n/de.js
vendored
3
src/js/select2/i18n/de.js
vendored
@ -1,6 +1,9 @@
|
|||||||
define(function () {
|
define(function () {
|
||||||
// German
|
// German
|
||||||
return {
|
return {
|
||||||
|
errorLoading: function () {
|
||||||
|
return 'Die Ergebnisse konnten nicht geladen werden.';
|
||||||
|
},
|
||||||
inputTooLong: function (args) {
|
inputTooLong: function (args) {
|
||||||
var overChars = args.input.length - args.maximum;
|
var overChars = args.input.length - args.maximum;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user