mc_plectrum
unread,Nov 10, 2010, 6:53:45 AM11/10/10Sign 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
I tried to translate map.resources :password_resets, :only =>
[:new, :edit, :create, :update]
resources:
....
password_resets: 'kennwort-vergessen'
how do i translate routes like:
map.resources :users, :collection => { :deactivate_branch => :get,
:deactivate_mails => :get,
:delete_customer => :get,
:short_profile=> :get,
:allow_branch => :get,
:deny_branch => :get,
:love_branch => :get,
:unlove_branch => :get,
:distribution_check
=> :post}
All other translations worked fine! Thanks for sharing this gem!