I downloaded jQuery UI from a custom build (http://jqueryui.com/download) and from http://jqueryui.com/download/all/... but the folder i18n
is no longer present.
The Localization section of the docs still mention the files with the old filenames (like in 1.10):
Each localization is contained within its own file with the language code appended to the name, e.g.,
jquery.ui.datepicker-fr.js
for French.
I found the files in GitHub, with the new filenames (datepicker-fr.js
instead of jquery.ui.datepicker-fr.js
), but I didn't find them anywhere else.
Is it a bug in the downloader with the new files structure in jQuery UI 1.11?
Is there somewhere else where we can find the i18n files, except in the GitHub source where it's not really versioned (i.e.: you just get the last files from master without knowing with which version of jQuery UI they are compatible).