Hi Richard. Is there a reason for there not being any i18n files in the js folder? Having the i18n files only under development can give the impression that they're not meant for a production environment, just for testing.
I know I missed the i18n folder at first before I searched for it. Either a copy of the i18n folder in the js folder or maybe minified versions of the i18n files in the js folder might be a good idea. Kindly, Marcus On 23 Nov, 11:56, "Richard D. Worth" <[email protected]> wrote: > On Fri, Nov 20, 2009 at 6:12 AM, tasso85 <[email protected]>wrote: > > > Hi guys! > > > I've got a problem with JQuery UI 1.7.2, in the datepicker widget to > > be precise. > > I need to set it so that the calendar is displayed in italian, and I > > tried to follow the example on the website but it didn't work. I tried > > to do > > > $.datepicker.setDefaults($.datepicker.regional['it']); > > > but no effect. I noticed that in the source of the jqueryUI file there > > is no such array, only regional[''] is defined! How can the example on > > the website work? Am I missing something? > > Have you included the file that contains the Italian localization, > jquery.ui.datepicker-it.js? You can find a copy of it here: > > http://jquery-ui.googlecode.com/svn/tags/1.7.2/ui/i18n/ui.datepicker-... > > or inside a download builder zip file: > > /development-bundle/ui/i18n/ui.datepicker-it.js > > > Also, where can I find the non-minified version of the code? The > > website doesn't allow a choice for what I can see. > > See the link to the development-bundle folder inside the download zip. > > - Richard -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=.
