Skip to content

Commit 0053a8f

Browse files
committed
Merge branch '4.4'
* 4.4: Improve XML readability for translations
2 parents b1f4e46 + e3872af commit 0053a8f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

translation/message_format.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,11 @@ typical usage of this is gender:
104104
<body>
105105
<trans-unit id="invitation_title">
106106
<source>invitation_title</source>
107-
<target>{organizer_gender, select, female {{organizer_name} has invited you for her party!} male {{organizer_name} has invited you for his party!} other {{organizer_name} have invited you for their party!}}</target>
107+
<target>{organizer_gender, select,
108+
female {{organizer_name} has invited you for her party!}
109+
male {{organizer_name} has invited you for his party!}
110+
other {{organizer_name} have invited you for their party!}
111+
}</target>
108112
</trans-unit>
109113
</body>
110114
</file>

0 commit comments

Comments
 (0)