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