We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd1b079 + 58da29a commit 791666eCopy full SHA for 791666e
translation/message_format.rst
@@ -69,9 +69,10 @@ The basic usage of the MessageFormat allows you to use placeholders (called
69
70
.. caution::
71
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.
+ In the previous translation format, placeholders were often wrapped in ``%``
+ (e.g. ``%name%``). This ``%`` character is no longer valid with the ICU
+ MessageFormat syntax, so you must rename your parameters if you are upgrading
75
+ from the previous format.
76
77
Everything within the curly braces (``{...}``) is processed by the formatter
78
and replaced by its placeholder::
0 commit comments