diff options
author | Douglas <replaceafill@system76.(none)> | 2012-02-12 20:56:13 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-02-12 20:56:13 -0500 |
commit | 8406d97c6d3721d54485770355d71de55468b0e0 (patch) | |
tree | 727c83fcc7662d35a33c4f4af806a9b291d23943 /demos/index.html | |
parent | 57fe6ed01d07162fa3c9f7893137c1be509fa625 (diff) | |
download | jquery-ui-8406d97c6d3721d54485770355d71de55468b0e0.tar.gz jquery-ui-8406d97c6d3721d54485770355d71de55468b0e0.zip |
Datepicker: Added Khmer localization. Fixes #8116 - Datepicker: Add Khmer 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 cba4641a3..6469e884b 100644 --- a/demos/index.html +++ b/demos/index.html @@ -76,6 +76,7 @@ <script src="../ui/i18n/jquery.ui.datepicker-it.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-ja.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-kk.js"></script> + <script src="../ui/i18n/jquery.ui.datepicker-km.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-ko.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-lb.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-lt.js"></script> |