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>
 <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,
 Step 2: Initialize the plugin on your page. For example,