Open
Description
As part of upgrading jQuery-UI, not able to find the minified version of jquery-UI-i18N.min.js file for the jquery-UI.1.13.2 version. It was available till the version 1.11.4. Shall we create the file by generating the minified version from the i18N folder files available in the repository.
Sample code provided in the Jquery added 4 languages in the html file as a separate script tags.
<script src="i18n/datepicker-ar.js"></script> <script src="i18n/datepicker-fr.js"></script> <script src="i18n/datepicker-he.js"></script> <script src="i18n/datepicker-zh-TW.js"></script>If we want to use all the languages then Do we need to provide script tag for all the languages ?