Skip to content

Commit 884c0a2

Browse files
committed
Improve the description of the Intl component
1 parent 724bab5 commit 884c0a2

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
Intl Component
22
=============
33

4-
The Intl component provides a PHP replacement layer for the C intl extension
5-
that also provides access to the localization data of the ICU library.
6-
7-
The replacement layer is limited to the locale "en". If you want to use other
8-
locales, you should [install the intl PHP extension][0] instead.
4+
The Intl component provides access to the localization data of the ICU library.
95

106
Resources
117
---------
@@ -15,7 +11,3 @@ Resources
1511
* [Report issues](https://github.com/symfony/symfony/issues) and
1612
[send Pull Requests](https://github.com/symfony/symfony/pulls)
1713
in the [main Symfony repository](https://github.com/symfony/symfony)
18-
* [Docker images with intl support](https://hub.docker.com/r/jakzal/php-intl)
19-
(for the Intl component development)
20-
21-
[0]: https://php.net/intl.setup

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "symfony/intl",
33
"type": "library",
4-
"description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
4+
"description": "Provides access to the localization data of the ICU library",
55
"keywords": ["intl", "icu", "internationalization", "localization", "i18n", "l10n"],
66
"homepage": "https://symfony.com",
77
"license": "MIT",

0 commit comments

Comments
 (0)