MailingList


 « Return to Thread: Translating will_paginate labels

Translating will_paginate labels

by Alexander Hoth :: Rate this Message:

Reply to Author | View in Thread




Hi there,

Has somebody found a solution for translating will_paginate labels, like
"Next" and "Previous" ?

I've tried with (in environment.rb)

WillPaginate::ViewHelpers.pagination_options[:prev_label] = "Previous".t
WillPaginate::ViewHelpers.pagination_options[:next_label] = "Next".t


Obviously it hasn't any effect, because it does not happen on the view
level. Any suggestions? I am using will_paginate as a gem.


Regards from Berlin,

Alexander Hoth



 « Return to Thread: Translating will_paginate labels