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.
1 parent f69f194 commit ceff0feCopy full SHA for ceff0fe
translation/message_format.rst
@@ -73,9 +73,10 @@ The basic usage of the MessageFormat allows you to use placeholders (called
73
74
.. caution::
75
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.
+ 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
79
+ from the previous format.
80
81
Everything within the curly braces (``{...}``) is processed by the formatter
82
and replaced by its placeholder::
0 commit comments