Skip to content

Commit 34da949

Browse files
committed
minor #12174 Rewrite Intl introduction (terjebraten-certua)
This PR was merged into the 4.3 branch. Discussion ---------- Rewrite Intl introduction When I first looked at the documentation for the Intl component, I thought I was looking at the wrong place. I got the first impression that this was only about a PHP replacement layer for the C intl extension, and that was not what I was looking for. This PR is about replacing the introduction paragraph at the top to make it clear that this component may be useful to you even if you do not need the replacement layer and have the PHP intl extension installed. Commits ------- 83aa6f7 Rewrite Intl introduction
2 parents f06a27c + 83aa6f7 commit 34da949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/intl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
The Intl Component
66
==================
77

8-
A PHP replacement layer for the C `intl extension`_ that also provides
9-
access to the localization data of the `ICU library`_.
8+
This component provides access to the localization data of the `ICU library`_.
9+
It also provides a PHP replacement layer for the C `intl extension`_.
1010

1111
.. caution::
1212

0 commit comments

Comments
 (0)