We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ac881 commit 587cd7fCopy full SHA for 587cd7f
reference/forms/types/options/translation_domain.rst.inc
@@ -1,7 +1,9 @@
1
translation_domain
2
~~~~~~~~~~~~~~~~~~
3
4
-**type**: ``string`` **default**: ``messages``
+**type**: ``string``, ``null`` or ``false`` **default**: ``null``
5
6
This is the translation domain that will be used for any labels or options
7
-that are rendered for this field.
+that are rendered for this field. Use null to use the translation domain of
8
+the parent form or the default domain of translator for root form. Use false
9
+to disable translation.
0 commit comments