We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f2067 commit 44e489bCopy full SHA for 44e489b
reference/configuration/framework.rst
@@ -3660,6 +3660,21 @@ Defines the Doctrine entities that will be introspected to add
3660
]);
3661
};
3662
3663
+.. _reference-validation-disable_translation:
3664
+
3665
+disable_translation
3666
+...................
3667
3668
+**type**: ``boolean`` **default**: ``false``
3669
3670
+Set this option to ``true`` to not translate any validation error messages.
3671
+This is useful to avoid "missing translation" errors in applications that only
3672
+use a single language.
3673
3674
+.. versionadded:: 7.3
3675
3676
+ The ``disable_translation`` option was introduced in Symfony 7.3.
3677
3678
.. _reference-validation-email_validation_mode:
3679
3680
email_validation_mode
0 commit comments