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.
2 parents 7ecdba0 + 7d70a14 commit 676df76Copy full SHA for 676df76
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
@@ -1634,6 +1634,10 @@ these routes.
1634
Localized Routes (i18n)
1635
-----------------------
1636
1637
+..version-added:: 4.1
1638
1639
+ The i18n routing has been introduced in Symfony 4.1.
1640
1641
If your application is translated into multiple languages, each route can define
1642
a different URL per each :doc:`translation locale </translation/locale>`. This
1643
avoids the need for duplicating routes, which also reduces the potential bugs:
0 commit comments