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 bbe7357 commit 5905e69Copy full SHA for 5905e69
reference/forms/types/options/translation_domain.rst.inc
@@ -3,7 +3,7 @@ translation_domain
3
4
**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. 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.
+This is the translation domain that will be used for any label or option
+that is rendered for this field. Use ``null`` to reuse the translation domain
+of the parent form (or the default domain of the translator for the root
+form). Use ``false`` to disable translations.
0 commit comments