how to set the routing translation based on annotation?
问题 All the routing of my website is realized based on the annotations. Now, I want to translate my routing. To realize that, I tried to use the bundle JMSI18nRoutingBundle. Nevetheless, the documentation does not give any example how to specify the route for each locale. This is an action with its routing, how to translate it? /** * @Route("/welcome", name="welcome") * @Template() */ public function welcomeAction() { return array(); } Thanks, Question after being edited /** * @Route("/welcome",