filamentgroup / tablesaw

A group of plugins for responsive tables.
MIT License
5.48k stars 434 forks source link

Ability to tranaslate prev and next buttons #283

Closed RhymeGuy closed 7 years ago

RhymeGuy commented 7 years ago

Awesome plugin. It would be even cooler if we could have ability to define or at least translate previous and next buttons.

Right now I' m using something like this:

jQuery(window).load(function () {
    jQuery('.tablesaw-nav-btn.left').attr('title', 'Prev');
    jQuery('.tablesaw-nav-btn.right').attr('title', 'Next');
});
zachleat commented 7 years ago

You’re right, we need to expose the i18n text better.

zachleat commented 7 years ago

See https://github.com/filamentgroup/tablesaw#internationalization-i18n

Available when 3.0.2 is released!