Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit74031c5
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 % characterWith the ICU MessageFormat syntax, the character `%` is not valid anymore in parameter keys. It throws a `U_PATTERN_SYNTAX_ERROR` exceptionThis 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 containsthe bug (seehttps://symfony.com/roadmap for the list of maintained branches).If your pull request documents a NEW FEATURE, use the same Symfony branch wherethe 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 changedLines changed: 5 additions & 0 deletions
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
Comments
(0)