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

make sure i18n_routing doesn't override I18n.locale #21

Closed fishman closed 13 years ago

kwi commented 13 years ago

Hey, thanks for the pull request, what kinf of bug is this fixing exactly ?

Thanks!

fishman commented 13 years ago

when you do anything in a rake task for example that needs locales. the way i18n_routing generates routes, it will parse through all locales and subsequently set I18n.locale to the last locale. in my case the last locale is not the default locale, therefore the default locale of rake tasks is not what it should be.

kwi commented 13 years ago

Thanks :) merged !