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

Don't work with localization variation, like: pt-BR #12

Closed rafaelgaspar closed 14 years ago

rafaelgaspar commented 14 years ago

It tries to create the method "hash_for_about_pt-BR_course_path(options = nil)".

But "-" is not a valid character in method names.

kwi commented 14 years ago

Hi,

And right, this is totally an issue ! I will try to fix it soon. Thanks for reporting !

kwi commented 14 years ago

Fixed !

Thanks for the notice !