GithubHelp home page GithubHelp logo

Comments (5)

flack avatar flack commented on August 23, 2024

Seeing how this plugin is not maintained any longer, we should consider replacing it altogether (see #4)

from jsgrid.

OlegKi avatar OlegKi commented on August 23, 2024

I don't specify the problem as a bug, especially as a jqGrid bug. If one uses some plugin one should know it. Moreover everybody can include in his code the lines like

$.extend($.ui.multiselect.locale, {
    addAll:'Alle hinzufügen',
    removeAll:'Alle entfernen',
    itemsCount:'Einträge ausgewählt'
});

or just to use the code like

$.ui.multiselect.locale.addAll = "Alle hinzufügen";
$.ui.multiselect.locale.removeAll = "Alle entfernen";
$.ui.multiselect.locale.itemsCount = "Einträge ausgewählt";

from jsgrid.

meh-uk avatar meh-uk commented on August 23, 2024

That doesn't sound like a great workaround to be honest.

from jsgrid.

OlegKi avatar OlegKi commented on August 23, 2024

I don't want to suggest any workaround. I said just that one should include locale file of jQuery UI Multiselect it one want us it for different language. It's in the same way like one should include jQuery UI Datepicker locale (see here) if one need localized version of datepicker.
I wrote the code example just to show that if one don't find an exiting locale for the required language one can easy write it yourself.

from jsgrid.

flack avatar flack commented on August 23, 2024

Well, the thing is, if we distribute a plugin, we should make some effort to include all parts of it. It is just annoying for users if they have to hunt for some missing files. Also, you have to be aware that the plugin's API might have changed, so if you use the bundled multiselect JS, there is no guarantee that the i18n files from current github master will work with it.

So I'd say we should include them. But preferably after we switch to a newer release of the plugin

from jsgrid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.