Commit 74031c5
committed
minor #12949 [Translation] Added tip about the incompatibility of % character (welcoMattic)
This PR was submitted for the master branch but it was squashed and merged into the 4.3 branch instead (closes #12949).
Discussion
----------
[Translation] Added tip about the incompatibility of % character
With the ICU MessageFormat syntax, the character `%` is not valid anymore in parameter keys. It throws a `U_PATTERN_SYNTAX_ERROR` exception
This fix must be backported on all versions from 4.2 included, since the introduction of IntlMessageFormatter
<!--
If your pull request fixes a BUG, use the oldest maintained branch that contains
the bug (see https://symfony.com/roadmap for the list of maintained branches).
If your pull request documents a NEW FEATURE, use the same Symfony branch where
the feature was introduced (and `master` for features of unreleased versions).
-->
Commits
-------
079ff73 [Translation] Added tip about the incompatibility of % character1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| |||
0 commit comments