Ver código fonte

Update fileinput_locale_tr.js

H.Gökhan Sarı 10 anos atrás
pai
commit
e935df71e7
1 arquivos alterados com 1 adições e 1 exclusões
  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);