Skip to content

Commit 791666e

Browse files
committed
Merge branch '5.0'
* 5.0: Tweaked a help message about the ICU translation placeholders
2 parents bd1b079 + 58da29a commit 791666e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

translation/message_format.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ The basic usage of the MessageFormat allows you to use placeholders (called
6969
7070
.. caution::
7171

72-
With the previous format, placeholders were often named between ``%``. This
73-
character is no longer valid with the ICU MessageFormat syntax. Be careful
74-
to rename your parameters.
72+
In the previous translation format, placeholders were often wrapped in ``%``
73+
(e.g. ``%name%``). This ``%`` character is no longer valid with the ICU
74+
MessageFormat syntax, so you must rename your parameters if you are upgrading
75+
from the previous format.
7576

7677
Everything within the curly braces (``{...}``) is processed by the formatter
7778
and replaced by its placeholder::

0 commit comments

Comments
 (0)