diff options
author | David De Sloovere <david.desloovere@hotmail.com> | 2011-11-17 13:43:02 -0600 |
---|---|---|
committer | kborchers <k_borchers@yahoo.com> | 2011-11-17 13:43:02 -0600 |
commit | dfbd9be72df7734451f535af6dcc1f07294c242b (patch) | |
tree | 3fd5c170462fbd78195fca0f4814c0e9696584a6 /demos/index.html | |
parent | 9ebbcfe87ed9213f1e20a2873e526878e474ee90 (diff) | |
download | jquery-ui-dfbd9be72df7734451f535af6dcc1f07294c242b.tar.gz jquery-ui-dfbd9be72df7734451f535af6dcc1f07294c242b.zip |
Datepicker: added i18n for nl-BE. Fixes #7895 Datepicker: Add Dutch (Belgium) 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 75e155b24..700ebcdd6 100644 --- a/demos/index.html +++ b/demos/index.html @@ -86,6 +86,7 @@ <script src="../ui/i18n/jquery.ui.datepicker-ml.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-ms.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-nl.js"></script> + <script src="../ui/i18n/jquery.ui.datepicker-nl-BE.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-no.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-pl.js"></script> <script src="../ui/i18n/jquery.ui.datepicker-pt.js"></script> |