From 00ec943881d989fb988192c50adb6cb9a85eb429 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Sun, 27 May 2018 19:46:33 +0200 Subject: [PATCH] Removed an outdated section --- routing.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/routing.rst b/routing.rst index f447d277dda..68daa866c4f 100644 --- a/routing.rst +++ b/routing.rst @@ -892,15 +892,6 @@ route:: // or, in Twig // {{ path('blog_show', {'slug': 'slug-value'}) }} -Translating Routes ------------------- - -Symfony doesn't support defining routes with different contents depending on the -user language. In those cases, you can define multiple routes per controller, -one for each supported language; or use any of the bundles created by the -community to implement this feature, such as `JMSI18nRoutingBundle`_ and -`BeSimpleI18nRoutingBundle`_. - Keep Going! -----------