File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -168,22 +168,6 @@ use for translation::
168
168
169
169
.. _retrieving-the-message-catalogue :
170
170
171
- Pluralized Translations
172
- -----------------------
173
-
174
- Translation messages can be pluralized using `interval notations `_, the count
175
- to dictate the message can be provided using the ``%count% `` option::
176
-
177
- $translator->trans(
178
- '{0} There are no apples|{1} There is one apple|]1,Inf[ There are %count% apples',
179
- ['%count%' => 10],
180
- 'messages',
181
- 'fr_FR'
182
- );
183
-
184
- The Translator also supports pluralization using the ICU MessageFormat, read
185
- :doc: `/translation/message_format ` for more information about using it.
186
-
187
171
Retrieving the Message Catalog
188
172
------------------------------
189
173
You can’t perform that action at this time.
0 commit comments