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 bfb7837 commit a9cd32eCopy full SHA for a9cd32e
config/routes.yaml
@@ -7,7 +7,7 @@ homepage:
7
controller: Symfony\Bundle\FrameworkBundle\Controller\TemplateController::templateAction
8
defaults:
9
template: default/homepage.html.twig
10
- _locale: '%locale%'
+ _locale: '%app.locale%'
11
12
controllers:
13
resource:
@@ -16,4 +16,4 @@ controllers:
16
type: attribute
17
prefix: /{_locale}
18
19
0 commit comments