From 0052069b376f9e36e6831657e3cca26b5b277fa6 Mon Sep 17 00:00:00 2001 From: Laurent VOULLEMIER Date: Wed, 18 Mar 2020 09:35:39 +0100 Subject: [PATCH] Update framework.rst Add false possible value to validation translation_domain --- reference/configuration/framework.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 8c2158d173a..d09cf59c23f 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -1821,10 +1821,10 @@ If this option is enabled, validation constraints can be defined using annotatio ``translation_domain`` ...................... -**type**: ``string`` **default**: ``validators`` +**type**: ``string | false`` **default**: ``validators`` The translation domain that is used when translating validation constraint -error messages. +error messages. Use false to disable translations. ``static_method`` .................