Parcourir la source

Update fileinput_locale_tr.js

H.Gökhan Sarı il y a 10 ans
Parent
commit
e935df71e7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);