@@ -256,27 +256,24 @@ Usage of this string is the same as with variables and select::
256
256
.. code-block :: text
257
257
258
258
{gender_of_host, select,
259
- female {
260
- {num_guests, plural, offset:1
259
+ female {{num_guests, plural, offset:1
261
260
=0 {{host} does not give a party.}
262
261
=1 {{host} invites {guest} to her party.}
263
262
=2 {{host} invites {guest} and one other person to her party.}
264
- other {{host} invites {guest} and # other people to her party.}}
265
- }
266
- male {
267
- {num_guests, plural, offset:1
263
+ other {{host} invites {guest} and # other people to her party.}
264
+ }}
265
+ male {{num_guests, plural, offset:1
268
266
=0 {{host} does not give a party.}
269
267
=1 {{host} invites {guest} to his party.}
270
268
=2 {{host} invites {guest} and one other person to his party.}
271
- other {{host} invites {guest} and # other people to his party.}}
272
- }
273
- other {
274
- {num_guests, plural, offset:1
269
+ other {{host} invites {guest} and # other people to his party.}
270
+ }}
271
+ other {{num_guests, plural, offset:1
275
272
=0 {{host} does not give a party.}
276
273
=1 {{host} invites {guest} to their party.}
277
274
=2 {{host} invites {guest} and one other person to their party.}
278
- other {{host} invites {guest} and # other people to their party.}}
279
- }
275
+ other {{host} invites {guest} and # other people to their party.}
276
+ }}
280
277
}
281
278
282
279
.. sidebar :: Using Ranges in Messages
0 commit comments