diff options
author | William Griffiths <william@ycymro.com> | 2011-11-17 12:34:33 -0600 |
---|---|---|
committer | kborchers <k_borchers@yahoo.com> | 2011-11-17 12:34:33 -0600 |
commit | 6525365944d306931e0697b7bb909e9e48a5501c (patch) | |
tree | 6267bd6a000c762ba15afb652f8550b2dd0b4b15 /demos/index.html | |
parent | 326bfec626b3039e2d51f53d2d6d2d48cdd78207 (diff) | |
download | jquery-ui-6525365944d306931e0697b7bb909e9e48a5501c.tar.gz jquery-ui-6525365944d306931e0697b7bb909e9e48a5501c.zip |
Datepicker: Added Welsh/UK localization. Fixes #7892 Datepicker: Add Welsh/UK 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 97de39132..2e80b7dee 100644 --- a/demos/index.html +++ b/demos/index.html @@ -52,6 +52,7 @@ <script src="../ui/i18n/jquery.ui.datepicker-bg.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-ca.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-cs.js"></script> + <script src="../ui/i18n/jquery.ui.datepicker-cy-GB.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-da.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-de.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-el.js"></script> |