Skip to content

[Intl] Improve the description of the Intl component #49949

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions src/Symfony/Component/Intl/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
Intl Component
=============

The Intl component provides a PHP replacement layer for the C intl extension
that also provides access to the localization data of the ICU library.

The replacement layer is limited to the locale "en". If you want to use other
locales, you should [install the intl PHP extension][0] instead.
The Intl component provides access to the localization data of the ICU library.

Resources
---------
Expand All @@ -15,7 +11,3 @@ Resources
* [Report issues](https://github.com/symfony/symfony/issues) and
[send Pull Requests](https://github.com/symfony/symfony/pulls)
in the [main Symfony repository](https://github.com/symfony/symfony)
* [Docker images with intl support](https://hub.docker.com/r/jakzal/php-intl)
(for the Intl component development)

[0]: https://php.net/intl.setup
2 changes: 1 addition & 1 deletion src/Symfony/Component/Intl/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "symfony/intl",
"type": "library",
"description": "Provides a PHP replacement layer for the C intl extension that includes additional data from the ICU library",
"description": "Provides access to the localization data of the ICU library",
"keywords": ["intl", "icu", "internationalization", "localization", "i18n", "l10n"],
"homepage": "https://symfony.com",
"license": "MIT",
Expand Down