This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Description
As I am using a custom scaffolder, it would be much easier if the translations would be replaced by a route attribute on the controllers/actions.
Something like:
[LocalizedRoute("{culture}/services/contact-us", "en-CA")]
[LocalizedRoute("{culture}/services/nous-joindre", "fr-CA")]
Is this something that is already supported? If not, is there another way around to meet my goal and can this feature be added?