Skip to content

Commit a42d8b9

Browse files
committed
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
2 parents 92c1397 + 8be633a commit a42d8b9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

components/intl.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ The Intl Component
33

44
This component provides access to the localization data of the `ICU library`_.
55

6-
.. caution::
7-
8-
The replacement layer is limited to the ``en`` locale. If you want to use
9-
other locales, you should `install the intl extension`_. There is no conflict
10-
between the two because, even if you use the extension, this package can still
11-
be useful to access the ICU data.
12-
136
.. seealso::
147

158
This article explains how to use the Intl features as an independent component
@@ -430,7 +423,6 @@ Learn more
430423
/reference/forms/types/locale
431424
/reference/forms/types/timezone
432425

433-
.. _install the intl extension: https://www.php.net/manual/en/intl.setup.php
434426
.. _ICU library: https://icu.unicode.org/
435427
.. _`Unicode ISO 15924 Registry`: https://www.unicode.org/iso15924/iso15924-codes.html
436428
.. _`ISO 3166-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

0 commit comments

Comments
 (0)