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-01-07 08:19:25 -05:00
..
Exception [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
Stub Fix some annotates 2013-09-19 11:36:05 +02: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 fixed Git conflict 2013-09-19 12:35:49 +02:00
phpunit.xml.dist made usage of Composer autoloader for subtree-split unit tests 2012-11-09 14:10:06 +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.