File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ typical usage of this is gender:
100
100
.. code-block :: yaml
101
101
102
102
# translations/messages+intl-icu.en.yaml
103
+
104
+ # the 'other' key is required, and is selected if no other case matches
103
105
invitation_title : >-
104
106
{organizer_gender, select,
105
107
female {{organizer_name} has invited you for her party!}
@@ -116,6 +118,7 @@ typical usage of this is gender:
116
118
<body >
117
119
<trans-unit id =" invitation_title" >
118
120
<source >invitation_title</source >
121
+ <!-- the 'other' key is required, and is selected if no other case matches -->
119
122
<target >{organizer_gender, select,
120
123
female {{organizer_name} has invited you for her party!}
121
124
male {{organizer_name} has invited you for his party!}
@@ -130,6 +133,7 @@ typical usage of this is gender:
130
133
131
134
// translations/messages+intl-icu.en.php
132
135
return [
136
+ // the 'other' key is required, and is selected if no other case matches
133
137
'invitation_title' => '{organizer_gender, select,
134
138
female {{organizer_name} has invited you for her party!}
135
139
male {{organizer_name} has invited you for his party!}
You can’t perform that action at this time.
0 commit comments