translating will paginate
1 # paste in your environment.rb 2 3 WillPaginate::ViewHelpers.pagination_options[:prev_label]=I18n.t("pagination.prev") 4 WillPaginate::ViewHelpers.pagination_options[:next_label]=I18n.t("pagination.next") 5 6 # and create the respective translation in your translation file 7 # pagination: 8 # next: "próximo" 9 # prev: "anterior"