Prechádzať zdrojové kódy

Small bugfix in german translation

Just added a missing parameter in the function definition.
Jannik Zschiesche 10 rokov pred
rodič
commit
8ec202963a
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/js/select2/i18n/de.js

+ 1 - 1
src/js/select2/i18n/de.js

@@ -14,7 +14,7 @@ define(function () {
     loadingMore: function () {
       return 'Lade mehr Ergebnisse…';
     },
-    maximumSelected: function () {
+    maximumSelected: function (args) {
       var message = 'Sie können nur ' + args.maximum + ' Eintr';
 
       if (args.maximum === 1) {