diff options
author | Richard D. Worth <rdworth@gmail.com> | 2012-02-15 10:39:20 -0500 |
---|---|---|
committer | Richard D. Worth <rdworth@gmail.com> | 2012-02-15 10:39:20 -0500 |
commit | 90959389ee895f5123589e5be17081fdbe340283 (patch) | |
tree | e290e0c5a5b4b60eb15745056ba8ae8d2c977173 /demos/index.html | |
parent | efdf6cdf9f0e6aaecad7b3ac53afca38938d9048 (diff) | |
download | jquery-ui-90959389ee895f5123589e5be17081fdbe340283.tar.gz jquery-ui-90959389ee895f5123589e5be17081fdbe340283.zip |
Added Datepicker Hindi i18n file. Fixed #8118 - Datepicker i18n - Hindi localization
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/index.html b/demos/index.html index 6469e884b..81217cba3 100644 --- a/demos/index.html +++ b/demos/index.html @@ -68,6 +68,7 @@ <script src="../ui/i18n/jquery.ui.datepicker-fr-CH.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-gl.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-he.js"></script> + <script src="../ui/i18n/jquery.ui.datepicker-hi.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-hr.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-hu.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-hy.js"></script> |