Skip to content

Commit e3872af

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: Improve XML readability for translations
2 parents 3dde3f9 + 0c83d78 commit e3872af

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
@@ -108,7 +108,11 @@ typical usage of this is gender:
108108
<body>
109109
<trans-unit id="invitation_title">
110110
<source>invitation_title</source>
111-
<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>
111+
<target>{organizer_gender, select,
112+
female {{organizer_name} has invited you for her party!}
113+
male {{organizer_name} has invited you for his party!}
114+
other {{organizer_name} have invited you for their party!}
115+
}</target>
112116
</trans-unit>
113117
</body>
114118
</file>

0 commit comments

Comments
 (0)