Closed fishman closed 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.
Thanks :) merged !
Hey, thanks for the pull request, what kinf of bug is this fixing exactly ?
Thanks!