We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10f5119 + d5f1cbe commit d237c6fCopy full SHA for d237c6f
translation/message_format.rst
@@ -132,13 +132,13 @@ the function name is ``select`` and its statement contains the "cases" of this
132
select. This function is applied over the ``organizer_gender`` variable::
133
134
// prints "Ryan has invited you for his party!"
135
- echo $translator->trans('invition_title', [
+ echo $translator->trans('invitation_title', [
136
'organizer_name' => 'Ryan',
137
'organizer_gender' => 'male',
138
]);
139
140
// prints "John & Jane have invited you for their party!"
141
142
'organizer_name' => 'John & Jane',
143
'organizer_gender' => 'not_applicable',
144
0 commit comments