1
0
mirror of synced 2025-03-10 22:56:12 +03:00

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:
niki7har 2016-12-07 12:41:15 +01:00 committed by Kevin Brown
parent 7d1d133523
commit 4df965219e

View File

@ -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;