We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
According to the documentation, this should work. In config/routes.rb:
localized do resources :films do collection do get :all end end end
The 'all' collection is not localized when I use this YAML:
nl: routes: films: as: "bios" path_names: all: "allemaal"
i18n_routing version 0.6.2 with Rails 3.2.9. The 'films' collection itself is localized properly.
How can I localize the collection path?
The text was updated successfully, but these errors were encountered:
same for me..
Sorry, something went wrong.
No branches or pull requests
According to the documentation, this should work. In config/routes.rb:
The 'all' collection is not localized when I use this YAML:
i18n_routing version 0.6.2 with Rails 3.2.9. The 'films' collection itself is localized properly.
How can I localize the collection path?
The text was updated successfully, but these errors were encountered: