File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
reference/forms/types/options Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ This is the validation error message that's used if the submitted form data
7
7
contains one or more fields that are not part of the form definition. The
8
8
placeholder ``{{ extra_fields }}`` can be used to display a comma separated
9
9
list of the submitted extra field names.
10
+
11
+ This message can be pluralized, see :ref:`formatting pluralized messages <component-translation-pluralization>` for details.
Original file line number Diff line number Diff line change @@ -168,6 +168,9 @@ you to use literal text in the select statements:
168
168
readable for translators and, as you can see in the ``other `` case, other
169
169
parts of the sentence might be influenced by the variables.
170
170
171
+
172
+ .. _component-translation-pluralization :
173
+
171
174
Pluralization
172
175
-------------
173
176
You can’t perform that action at this time.
0 commit comments