You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: translation/message_format.rst
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,9 @@ The basic usage of the MessageFormat allows you to use placeholders (called
73
73
74
74
.. caution::
75
75
76
-
With the previous format, placeholders were often named between ``%``. This character is no longer valid with the ICU MessageFormat syntax. Be careful to rename your parameters.
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.
77
79
78
80
Everything within the curly braces (``{...}``) is processed by the formatter
0 commit comments