Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Commitac2e41f
committed
bug#51671 [FrameworkBundle] Fix support for
This PR was merged into the 5.4 branch.Discussion----------[FrameworkBundle] Fix support for `translator.default_path` in XML| Q | A| ------------- | ---| Branch? | 5.4| Bug fix? | yes| New feature? | no| Deprecations? | no| Tickets | ~| License | MIT| Doc PR |symfony/symfony-docs#18872The docs is currently wrong assuming there is an element `default-path` using XML config,https://symfony.com/doc/current/translation.html#configuration.It appears it's missing in the XSD, but IMO it should be added as an attribute.Commits-------3534118 [Translator] Fix support for `default_path` in XMLtranslator.default_path in XML (HeahDude)File tree
1 file changed
+1
-0
lines changed- src/Symfony/Bundle/FrameworkBundle/Resources/config/schema
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
194 | 195 | | |
195 | 196 | | |
196 | 197 | | |
| |||
0 commit comments
Comments
(0)