1
0
mirror of synced 2024-11-25 06:16:08 +03:00

i18n hu.js update. Added errorLoading property.

This closes https://github.com/select2/select2/pull/4724.
This commit is contained in:
Sági György 2016-12-20 09:53:44 +01:00 committed by Kevin Brown
parent 1167bace78
commit 7d1d133523

View File

@ -1,6 +1,9 @@
define(function () {
// Hungarian
return {
errorLoading: function () {
return 'Az eredmények betöltése nem sikerült.';
},
inputTooLong: function (args) {
var overChars = args.input.length - args.maximum;