richardiux/sunspot_with_kaminari

Problems with labels

Opened this issue · 0 comments

Hello thank you for sunspot_with_kaminari:

I have installed your gem and I follow your instruction. The gem working fine but I can see in my output this:

views.pagination.first views.pagination.previous 1 2 3 4 5 6 views.pagination.truncate views.pagination.next views.pagination.last

prev, next and ... not working for me.

I had add in config/locales/en.yml the next:

en:
views:
pagination:
previous: "« Prev"
next: "Next »"
truncate: "..."

But not working :(.

I am using sunspot with mongoid and kaminari for result.

Its possible fix this problem? Thank you