From d914a6d5f5f94b4cd2b544e57e8df01100fd8aa5 Mon Sep 17 00:00:00 2001 From: milupo Date: Sun, 11 Jun 2017 20:00:58 +0200 Subject: [PATCH] Create dsb.js --- src/js/select2/i18n/dsb.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/select2/i18n/dsb.js b/src/js/select2/i18n/dsb.js index e63f3bf6..8180b215 100644 --- a/src/js/select2/i18n/dsb.js +++ b/src/js/select2/i18n/dsb.js @@ -22,7 +22,8 @@ define(function () { inputTooLong: function (args) { var overChars = args.input.length - args.maximum; - return 'Pšosym lašuj ' + overChars + ' ' + pluralWord(overChars, charsWords); + return 'Pšosym lašuj ' + overChars + ' ' + + pluralWord(overChars, charsWords); }, inputTooShort: function (args) { var remainingChars = args.minimum - args.input.length;