Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3660,6 +3660,22 @@ Defines the Doctrine entities that will be introspected to add
]);
};

.. _reference-validation-disable_translation:

disable_translation
...................

**type**: ``boolean`` **default**: ``false``

Validation error messages are automatically translated to the current application
locale. Set this option to ``true`` to disable translation of validation messages.
This is useful to avoid "missing translation" errors in applications that use
only a single language.

.. versionadded:: 7.3

The ``disable_translation`` option was introduced in Symfony 7.3.

.. _reference-validation-email_validation_mode:

email_validation_mode
Expand Down