소스 검색

Update fileinput_locale_tr.js

H.Gökhan Sarı 10 년 전
부모
커밋
e935df71e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);