File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -258,7 +258,18 @@ These options inherit from the :doc:`ChoiceType </reference/forms/types/choice>`
258
258
259
259
.. include :: /reference/forms/types/options/choice_attr.rst.inc
260
260
261
- .. include :: /reference/forms/types/options/choice_translation_domain.rst.inc
261
+ ``choice_translation_domain ``
262
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
263
+
264
+ **type **: ``string ``, ``boolean `` or ``null `` **default **: ``false ``
265
+
266
+ This option determines if the choice values should be translated and in which
267
+ translation domain.
268
+
269
+ The values of the ``choice_translation_domain `` option can be ``true `` (reuse the current
270
+ translation domain), ``false `` (disable translation), ``null `` (uses the parent translation
271
+ domain or the default domain) or a string which represents the exact translation
272
+ domain to use.
262
273
263
274
.. include :: /reference/forms/types/options/expanded.rst.inc
264
275
You can’t perform that action at this time.
0 commit comments