Translating will_paginate labels
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