Skip to content

Commit 7980adb

Browse files
authored
[Intl] Remove warning about replacement layer
The "replacement layer" mentionned in the first block on the page has been deprecated in 5.3 (and removed in 6.0). (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. ```
1 parent 92c1397 commit 7980adb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

components/intl.rst

Lines changed: 0 additions & 7 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

0 commit comments

Comments
 (0)