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

Localize and scope #40

Open ghost opened 11 years ago

ghost commented 11 years ago

Hi, it's possible add some new features?

If is possible generate routes like this:

/pages /pages/1-rails /de/seiten /de/seiten/1-rails

I found this gist: https://gist.github.com/1229107 but I think it would be great make it as default option called scope_localized without additional settings

ddidier commented 11 years ago

+1 I did something like that too