depesr 8 年 前
コミット
5bb7446d24
1 ファイル変更3 行追加0 行削除
  1. 3 0
      src/js/select2/i18n/sk.js

+ 3 - 0
src/js/select2/i18n/sk.js

@@ -9,6 +9,9 @@ define(function () {
   };
 
   return {
+    errorLoading: function () {
+      return 'Výsledky sa nepodarilo načítať.';
+    },
     inputTooLong: function (args) {
       var overChars = args.input.length - args.maximum;