Skip to content

Commit ceff0fe

Browse files
committed
Tweaked a help message about the ICU translation placeholders
1 parent f69f194 commit ceff0fe

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
@@ -73,9 +73,10 @@ The basic usage of the MessageFormat allows you to use placeholders (called
7373
7474
.. caution::
7575

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

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

0 commit comments

Comments
 (0)