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.
default-path
1 parent 2cbbb39 commit 8f381f6Copy full SHA for 8f381f6
translation.rst
@@ -84,10 +84,9 @@ are located:
84
https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
85
86
<framework:config default-locale="en">
87
- <framework:translator>
88
- <framework:default-path>'%kernel.project_dir%/translations'</framework:default-path>
89
- <!-- ... -->
90
- </framework:translator>
+ <framework:translator
+ default-path="%kernel.project_dir%/translations"
+ />
91
</framework:config>
92
</container>
93
0 commit comments