This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Locale/README.md

9 lines
263 B
Markdown
Raw Normal View History

Locale Component
================
2011-12-18 13:18:13 +00:00
Locale provides fallback code to handle cases when the ``intl`` extension is
missing.
2016-03-03 12:05:42 +00:00
The Locale component is deprecated since version 2.3 and was removed in
Symfony 3.0. You should use the more capable Intl component instead.