Stijnster
unread,Jan 12, 2011, 11:12:37 AM1/12/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to I18n Routing
Hi,
I have a named route with an optional parameter.
match 'all_jobs(/p-:page)' => 'browse#jobs', :as
=> :all_jobs, :constraints => { :page => /\d+/}
I've already tried a few combinations of translation keys, but I can
't seem to get it to work.
Is there a way to make the route available for translation, and if so,
what 's the best way?
Best regards,
Stijn