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

Invalid route name: 'en_/' #28

Closed dinatih closed 6 years ago

dinatih commented 13 years ago

Hello, I have a "Invalid route name: 'en_/'" after updated the plugin today. Can you help me please ?, I don't want to clarify a

  :as => 'home'
  localized I18n.available_locales do
    scope '/:i18n_locale', :constraints => { :i18n_locale => /en|fr/ } do
       match "/", :to => "home#index"
    end
  end
kwi commented 6 years ago

Ticket cleanup ;)