Przeglądaj źródła

Update fileinput_locale_tr.js

H.Gökhan Sarı 10 lat temu
rodzic
commit
e935df71e7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      js/fileinput_locale_tr.js

+ 1 - 1
js/fileinput_locale_tr.js

@@ -39,5 +39,5 @@
         dropZoneTitle: 'Dosyaları buraya sürükleyip bırakın …'
     };
 
-    $.extend($.fn.fileinput.defaults, $.fn.fileinput.locales._LANG_);
+    $.extend($.fn.fileinput.defaults, $.fn.fileinput.locales.tr);
 })(window.jQuery);