Browse Source

i18n hu.js update. Added errorLoading property.

This closes https://github.com/select2/select2/pull/4724.
Sági György 8 years ago
parent
commit
7d1d133523
1 changed files with 3 additions and 0 deletions
  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;