File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 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:
100100 .. code-block :: yaml
101101
102102 # translations/messages+intl-icu.en.yaml
103+
104+ # the 'other' key is required, and is selected if no other case matches
103105 invitation_title : >-
104106 {organizer_gender, select,
105107 female {{organizer_name} has invited you for her party!}
@@ -116,6 +118,7 @@ typical usage of this is gender:
116118 <body >
117119 <trans-unit id =" invitation_title" >
118120 <source >invitation_title</source >
121+ <!-- the 'other' key is required, and is selected if no other case matches -->
119122 <target >{organizer_gender, select,
120123 female {{organizer_name} has invited you for her party!}
121124 male {{organizer_name} has invited you for his party!}
@@ -130,6 +133,7 @@ typical usage of this is gender:
130133
131134 // translations/messages+intl-icu.en.php
132135 return [
136+ // the 'other' key is required, and is selected if no other case matches
133137 'invitation_title' => '{organizer_gender, select,
134138 female {{organizer_name} has invited you for her party!}
135139 male {{organizer_name} has invited you for his party!}
You can’t perform that action at this time.
0 commit comments