소스 검색

Upgrade to release v4.1.8

Kartik Visweswaran 10 년 전
부모
커밋
1811e81988
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -119,7 +119,7 @@ Step 1: Load the following assets in your header.
 <script src="path/to/js/fileinput_locale_<lang>.js"></script>
 ```
 
-If you noticed, you need to load the `jquery.min.js` and `bootstrap.min.css` in addition to the `fileinput.min.css` and `fileinput.min.js`.
+If you noticed, you need to load the `jquery.min.js` and `bootstrap.min.css` in addition to the `fileinput.min.css` and `fileinput.min.js`. The locale file `fileinput_locale_<lang>.js` can be optionally included for translating for your language if needed.
 
 Step 2: Initialize the plugin on your page. For example,