Explorar el Código

Update fileinput_locale_tr.js

H.Gökhan Sarı hace 10 años
padre
commit
e935df71e7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);