From 7d1d13352321e21670ff1c6cba7413aa264fd57a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1gi=20Gy=C3=B6rgy?= Date: Tue, 20 Dec 2016 09:53:44 +0100 Subject: [PATCH] i18n hu.js update. Added errorLoading property. This closes https://github.com/select2/select2/pull/4724. --- src/js/select2/i18n/hu.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/js/select2/i18n/hu.js b/src/js/select2/i18n/hu.js index 3fd8ada4..fbe1d773 100644 --- a/src/js/select2/i18n/hu.js +++ b/src/js/select2/i18n/hu.js @@ -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;