Skip to content

jQuery-ui-i18n minified file missing for 1.12+ on the Google CDN #2133

Open
@balamsc80githun

Description

@balamsc80githun

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 ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions