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
2013-04-05 10:14:38 +02:00
..
Exception [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
Stub [Locale] Adapted to latest Intl changes 2013-04-05 10:11:15 +02:00
Tests [Intl] Moved stub data to Icu component 1.0.x 2013-04-05 10:14:38 +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 updated license year 2013-01-04 17:59:43 +01:00
Locale.php [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +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 [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +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.