You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to your file.
This does not seem to be enough, and there are stackoverflow questions and answers (e.g. http://stackoverflow.com/questions/494958/how-do-i-localize-the-jquery-ui-datepicker) about this, which hint that you have to define the localization yourself, or use files provided by jqueryui. These links usually mention the 'development bundle' or point to a non-existing i18n directory on jqueryui.com. Bad links on other websites are not your fault, of course.
http://api.jqueryui.com/datepicker/
documents that, to get localization, you have to add
to your file.
This does not seem to be enough, and there are stackoverflow questions and answers (e.g. http://stackoverflow.com/questions/494958/how-do-i-localize-the-jquery-ui-datepicker) about this, which hint that you have to define the localization yourself, or use files provided by jqueryui. These links usually mention the 'development bundle' or point to a non-existing i18n directory on jqueryui.com. Bad links on other websites are not your fault, of course.
However, the example on jqueryui.com at http://jqueryui.com/datepicker/#localization just includes
and similar without mentioning where to get them, and I didn't find these files in the downloads on http://jqueryui.com/download/ either. It seems these files are currently only available directly from git:
https://github.com/jquery/jquery-ui/tree/master/ui/i18n
Please document where to get these files in the official API documentation.
The text was updated successfully, but these errors were encountered: