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 a6de77d + d237c6f commit 28f2aefCopy full SHA for 28f2aef
translation/message_format.rst
@@ -128,13 +128,13 @@ the function name is ``select`` and its statement contains the "cases" of this
128
select. This function is applied over the ``organizer_gender`` variable::
129
130
// prints "Ryan has invited you for his party!"
131
- echo $translator->trans('invition_title', [
+ echo $translator->trans('invitation_title', [
132
'organizer_name' => 'Ryan',
133
'organizer_gender' => 'male',
134
]);
135
136
// prints "John & Jane have invited you for their party!"
137
138
'organizer_name' => 'John & Jane',
139
'organizer_gender' => 'not_applicable',
140
0 commit comments