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
2014-11-30 13:33:44 +00:00
..
Exception [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
Stub Docblock fixes 2014-11-30 13:33:44 +00:00
Tests [Locale] Fixed: StubLocale::setDefault() throws no exception when "en" is passed 2013-08-24 16:25:01 +02:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
CHANGELOG.md [Locale] updated CHANGELOG.md 2012-08-07 12:17:02 -03:00
composer.json [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
LICENSE update year on licenses 2014-01-07 08:19:25 -05:00
Locale.php Docblock fixes 2014-11-30 13:33:44 +00:00
phpunit.xml.dist removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02: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.