free-jqgrid / jqGrid

jQuery grid plugin
https://github.com/free-jqgrid/jqGrid
Other
478 stars 196 forks source link

Support for plugin translations #477

Open antoineluong opened 5 years ago

antoineluong commented 5 years ago

Hello, What would be the correct way to add i18n support for multiselect, and for a free-jqGrid plugin in general? Here is the current code:

$.extend($.ui.multiselect, {
    locale: {
        addAll:'Add all',
        removeAll:'Remove all',
        itemsCount:'items selected'
    }
});

Should we:

The header of ui.multiselect.js also mentions a "localisation" jQuery plugin, but the link is not valid anymore (maybe http://keith-wood.name/localisation.html?). Is it still relevant?