Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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!
-----------

Expand Down