TahaSh / vue-paginate

A simple vue.js plugin to paginate data
MIT License
593 stars 103 forks source link

Translation of the pageItemsCount #108

Open codebynao opened 6 years ago

codebynao commented 6 years ago

Is there a way to translate the 'of' in '1-8 of 16' from the $refs.paginator.pageItemsCount ? I'm using i18n for the rest of the app and I'd like to translate that as well..

Prechan commented 6 years ago

Need that feature too. Even if I can handle it, could be good to have a proper way to do this. Maybe give data object instead of a full string and let us handle it.

Gaellga commented 4 years ago

Same problem here using i18n. It is kind of weird to have all words in French but this small "of" on the bottom of my page. Is there any update about this?