jQuery-ui-i18n minified file missing for 1.12+ on the Google CDN
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 11.3k
- Forks
- 5.2k
- PR merge metrics
- No merged PRs in 30d
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 ?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the i18n folder and the distribution artifacts for jQuery UI 1.13.2, then compare them with the 1.11.4 files available through the Google CDN. Determine whether a combined minified file is expected and how the existing language files are intended to be loaded. Done means the CDN packaging behavior and language-loading guidance are clarified or updated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, jquery
- Domain
- frontend, localization, release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100