Skip to content

Commit b3d2d25

Browse files
Update select2_locale_hu.js
Language: "karakter". Grammar: missing comma.
1 parent 3c28c35 commit b3d2d25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

select2_locale_hu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$.extend($.fn.select2.defaults, {
88
formatNoMatches: function () { return "Nincs találat."; },
99
formatInputTooShort: function (input, min) { var n = min - input.length; return "Túl rövid. Még " + n + " karakter hiányzik."; },
10-
formatInputTooLong: function (input, max) { var n = input.length - max; return "Túl hosszú. " + n + " kerekterrel több mint kellene."; },
10+
formatInputTooLong: function (input, max) { var n = input.length - max; return "Túl hosszú. " + n + " karakterrel több, mint kellene."; },
1111
formatSelectionTooBig: function (limit) { return "Csak " + limit + " elemet lehet kiválasztani."; },
1212
formatLoadMore: function (pageNumber) { return "Töltés…"; },
1313
formatSearching: function () { return "Keresés…"; }

0 commit comments

Comments
 (0)