@@ -271,27 +271,24 @@ Usage of this string is the same as with variables and select::
271
271
.. code-block :: text
272
272
273
273
{gender_of_host, select,
274
- female {
275
- {num_guests, plural, offset:1
274
+ female {{num_guests, plural, offset:1
276
275
=0 {{host} does not give a party.}
277
276
=1 {{host} invites {guest} to her party.}
278
277
=2 {{host} invites {guest} and one other person to her party.}
279
- other {{host} invites {guest} and # other people to her party.}}
280
- }
281
- male {
282
- {num_guests, plural, offset:1
278
+ other {{host} invites {guest} and # other people to her party.}
279
+ }}
280
+ male {{num_guests, plural, offset:1
283
281
=0 {{host} does not give a party.}
284
282
=1 {{host} invites {guest} to his party.}
285
283
=2 {{host} invites {guest} and one other person to his party.}
286
- other {{host} invites {guest} and # other people to his party.}}
287
- }
288
- other {
289
- {num_guests, plural, offset:1
284
+ other {{host} invites {guest} and # other people to his party.}
285
+ }}
286
+ other {{num_guests, plural, offset:1
290
287
=0 {{host} does not give a party.}
291
288
=1 {{host} invites {guest} to their party.}
292
289
=2 {{host} invites {guest} and one other person to their party.}
293
- other {{host} invites {guest} and # other people to their party.}}
294
- }
290
+ other {{host} invites {guest} and # other people to their party.}
291
+ }}
295
292
}
296
293
297
294
.. sidebar :: Using Ranges in Messages
0 commit comments