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
2015-04-10 09:23:38 +02:00
..
Exception Normalized @deprecated annotations. 2015-01-05 16:02:26 +01:00
Stub Normalized @deprecated annotations. 2015-01-05 16:02:26 +01:00
Tests Merge branch '2.3' into 2.5 2015-01-03 16:23:51 +01:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
CHANGELOG.md [2.3] Cleanup deprecations 2015-01-03 10:22:29 +01:00
composer.json removed 3.0 constraints from 2.7 composer files 2015-04-10 09:23:38 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
Locale.php Normalized @deprecated annotations. 2015-01-05 16:02:26 +01:00
phpunit.xml.dist [PhpUnitBridge] new bridge for testing with PHPUnit 2015-02-18 11:38:04 +01:00
README.md updated the composer install command to reflect changes in Composer 2013-09-18 09:27:26 +02:00

Locale Component

Locale provides fallback code to handle cases when the intl extension is missing.

The Locale component is deprecated since version 2.3 and will be removed in Symfony 3.0. You should use the more capable Intl component instead.