8000 minor #13371 Update framework.rst (l-vo) · symfony/symfony-docs@f85fcad · GitHub
[go: up one dir, main page]

Skip to content

Commit f85fcad

Browse files
committed
minor #13371 Update framework.rst (l-vo)
This PR was merged into the 3.4 branch. Discussion ---------- Update framework.rst Add false possible value to validation translation_domain <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 0052069 Update framework.rst
2 parents 12b0606 + 0052069 commit f85fcad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/framework.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,10 +1821,10 @@ If this option is enabled, validation constraints can be defined using annotatio
18211821
``translation_domain``
18221822
......................
18231823

1824-
**type**: ``string`` **default**: ``validators``
1824+
**type**: ``string | false`` **default**: ``validators``
18251825

18261826
The translation domain that is used when translating validation constraint
1827-
error messages.
1827+
error messages. Use false to disable translations.
18281828

18291829
``static_method``
18301830
.................

0 commit comments

Comments
 (0)
0