10000 Update framework.rst · symfony/symfony-docs@0052069 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0052069

Browse files
authored
Update framework.rst
Add false possible value to validation translation_domain
1 parent 7612979 commit 0052069

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
...... 7BCE ................
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