kwi / i18n_routing

I18n routing module for Rails 2.3.x and Rails 3. Translate your routes with ease !
MIT License
228 stars 48 forks source link

root :to => 'home#index', :as => :home #46

Open napster3000 opened 10 years ago

napster3000 commented 10 years ago

I cannot figure out why this isn't working. Where am i wrong?

Routes.rb

localized do
    root :to => 'home#index', :as => :home
  end

en.yml

en:
  routes:
    home_path: this-is-my-homepage