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
minor #19340 [Intl] Remove warning about replacement layer (smnandre)
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[Intl] Remove warning about replacement layer
The "replacement layer" mentionned in the first block on the page has been [deprecated in 5.3](symfony/symfony@6ad0169) (and [removed in 6.0](https://github.com/symfony/symfony/blob/6.0/src/Symfony/Component/Intl/CHANGELOG.md#60)).
(that's why i target 6.3+ and not 5.4 -- where it still makes sense to mention it)
```
.. caution::
The replacement layer is limited to the ``en`` locale. If you want to use
other locales, you should `install the intl extension`_. There is no conflict
between the two because, even if you use the extension, this package can still
be useful to access the ICU data.
```
Commits
-------
8be633a [Intl] Remove warning about replacement layer
0 commit comments