diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-01-17 09:26:30 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-01-17 09:26:30 -0500 |
commit | a4d2a0fa192befd99f15d2ee80668ece89c1ef5f (patch) | |
tree | 2fad727694d2c90de46d29b6965a37927e0cbb2d /demos/index.html | |
parent | 6e0482a9cbf9a6bba73d5e03ef6f6c8b21e71c0d (diff) | |
download | jquery-ui-a4d2a0fa192befd99f15d2ee80668ece89c1ef5f.tar.gz jquery-ui-a4d2a0fa192befd99f15d2ee80668ece89c1ef5f.zip |
Datepicker i18n: Added Australian and New Zealand localizations. Fixes #6828 - Datepicker: Add en-AU or en-NZ initialisations.
Thanks Campbell
Diffstat (limited to 'demos/index.html')
-rw-r--r-- | demos/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/index.html b/demos/index.html index c249ef1be..2cc4fea1a 100644 --- a/demos/index.html +++ b/demos/index.html @@ -52,7 +52,9 @@ <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> + <script src="../ui/i18n/jquery.ui.datepicker-en-AU.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-en-GB.js"></script> + <script src="../ui/i18n/jquery.ui.datepicker-en-NZ.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-eo.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-es.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-et.js"></script> |