Explorar o código

i18n hu.js update. Added errorLoading property.

This closes https://github.com/select2/select2/pull/4724.
Sági György %!s(int64=8) %!d(string=hai) anos
pai
achega
7d1d133523
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/js/select2/i18n/hu.js

+ 3 - 0
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;