i18n hu.js update. Added errorLoading property.
This closes https://github.com/select2/select2/pull/4724.
This commit is contained in:
parent
1167bace78
commit
7d1d133523
3
src/js/select2/i18n/hu.js
vendored
3
src/js/select2/i18n/hu.js
vendored
@ -1,6 +1,9 @@
|
|||||||
define(function () {
|
define(function () {
|
||||||
// Hungarian
|
// Hungarian
|
||||||
return {
|
return {
|
||||||
|
errorLoading: function () {
|
||||||
|
return 'Az eredmények betöltése nem sikerült.';
|
||||||
|
},
|
||||||
inputTooLong: function (args) {
|
inputTooLong: function (args) {
|
||||||
var overChars = args.input.length - args.maximum;
|
var overChars = args.input.length - args.maximum;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user