Skip to content

Commit e925a3b

Browse files
committed
Merge branch '4.4'
* 4.4: Strip YAML trailing multiline
2 parents 88f275e + 56547e8 commit e925a3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

translation/message_format.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ typical usage of this is gender:
8888
.. code-block:: yaml
8989
9090
# translations/messages+intl-icu.en.yaml
91-
invitation_title: >
91+
invitation_title: >-
9292
{organizer_gender, select,
9393
female {{organizer_name} has invited you for her party!}
9494
male {{organizer_name} has invited you for his party!}
@@ -169,7 +169,7 @@ handle pluralization in your messages (e.g. ``There are 3 apples`` vs
169169
.. code-block:: yaml
170170
171171
# translations/messages+intl-icu.en.yaml
172-
num_of_apples: >
172+
num_of_apples: >-
173173
{apples, plural,
174174
=0 {There are no apples}
175175
one {There is one apple...}
@@ -274,7 +274,7 @@ Similar to ``plural``, ``selectordinal`` allows you to use numbers as ordinal sc
274274
.. code-block:: yaml
275275
276276
# translations/messages+intl-icu.en.yaml
277-
finish_place: >
277+
finish_place: >-
278278
You finished {place, selectordinal,
279279
one {#st}
280280
two {#nd}

0 commit comments

Comments
 (0)