From 73a933830625c35df317ce3ff662dde482266ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20Tou=C5=A1ek?= Date: Thu, 27 Apr 2017 13:03:41 +0200 Subject: [PATCH] Update translation_domain.rst.inc --- reference/forms/types/options/translation_domain.rst.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/forms/types/options/translation_domain.rst.inc b/reference/forms/types/options/translation_domain.rst.inc index 5317f2c372e..26a40a19dd8 100644 --- a/reference/forms/types/options/translation_domain.rst.inc +++ b/reference/forms/types/options/translation_domain.rst.inc @@ -1,7 +1,9 @@ translation_domain ~~~~~~~~~~~~~~~~~~ -**type**: ``string`` **default**: ``messages`` +**type**: ``string``, ``null`` or ``false`` **default**: ``null`` This is the translation domain that will be used for any labels or options -that are rendered for this field. +that are rendered for this field. Use null to use the translation domain of +the parent form or the default domain of translator for root form. Use false +to disable translation.