From 575e862f987936a79c0110e23b485b333c8be39f Mon Sep 17 00:00:00 2001 From: milupo Date: Sun, 11 Jun 2017 20:02:09 +0200 Subject: [PATCH] Create hsb.js --- src/js/select2/i18n/hsb.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/select2/i18n/hsb.js b/src/js/select2/i18n/hsb.js index 16f03a25..14b1eda3 100644 --- a/src/js/select2/i18n/hsb.js +++ b/src/js/select2/i18n/hsb.js @@ -22,7 +22,8 @@ define(function () { inputTooLong: function (args) { var overChars = args.input.length - args.maximum; - return 'Prošu zhašej ' + overChars + ' ' + pluralWord(overChars, charsWords); + return 'Prošu zhašej ' + overChars + ' ' + + pluralWord(overChars, charsWords); }, inputTooShort: function (args) { var remainingChars = args.minimum - args.input.length;