You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #51671 [FrameworkBundle] Fix support for translator.default_path in XML (HeahDude)
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#18872
The 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 XML
0 commit comments