Преглед на файлове

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.
niki7har преди 8 години
родител
ревизия
4df965219e
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/js/select2/i18n/de.js

+ 3 - 0
src/js/select2/i18n/de.js

@@ -1,6 +1,9 @@
 define(function () {
   // German
   return {
+    errorLoading: function () {
+      return 'Die Ergebnisse konnten nicht geladen werden.';
+    },
     inputTooLong: function (args) {
       var overChars = args.input.length - args.maximum;