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
Fabien Potencier b8cd3ca3f8 Merge branch '2.3' into 2.6
* 2.3:
  link to https://symfony.com where possible
  [FrameworkBundle] Added missing log in server:run command
  [HttpFoundation] Allow curly braces in trusted host patterns
  [profiler][security] check authenticated user by tokenClass instead of username.
  Use https://symfony.com/search for searching

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php
	src/Symfony/Component/Form/README.md
	src/Symfony/Component/Intl/README.md
	src/Symfony/Component/Routing/composer.json
	src/Symfony/Component/Security/README.md
	src/Symfony/Component/Translation/README.md
	src/Symfony/Component/Validator/README.md
2015-05-02 17:18:45 +02:00
..
Exception [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
Stub Fix the implementation of deprecated Locale classes 2014-12-30 09:06:31 +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 Merge branch '2.3' into 2.6 2015-05-02 17:18:45 +02:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
Locale.php Fix the implementation of deprecated Locale classes 2014-12-30 09:06:31 +01:00
phpunit.xml.dist [2.3] require-dev PHPUnit bridge 2015-02-24 11:24:26 +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.