Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac2e41f

Browse files
bug#51671 [FrameworkBundle] Fix support fortranslator.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#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 XML
2 parents0f6c37a +3534118 commitac2e41f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
<xsd:attributename="logging"type="xsd:boolean" />
192192
<xsd:attributename="formatter"type="xsd:string" />
193193
<xsd:attributename="cache-dir"type="xsd:string" />
194+
<xsd:attributename="default-path"type="xsd:string" />
194195
</xsd:complexType>
195196

196197
<xsd:complexTypename="pseudo_localization">

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp