We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2190aa commit c651749Copy full SHA for c651749
routing.rst
@@ -38,7 +38,7 @@ following configuration file:
38
controllers:
39
resource: '../../src/Controller/'
40
type: annotation
41
-
+
42
kernel:
43
resource: ../../src/Kernel.php
44
@@ -1655,6 +1655,10 @@ these routes.
1655
Localized Routes (i18n)
1656
-----------------------
1657
1658
+..version-added:: 4.1
1659
1660
+ The i18n routing has been introduced in Symfony 4.1.
1661
1662
If your application is translated into multiple languages, each route can define
1663
a different URL per each :doc:`translation locale </translation/locale>`. This
1664
avoids the need for duplicating routes, which also reduces the potential bugs:
0 commit comments