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/Intl
Nicolas Grekas afb4244179 Merge branch '4.1' into 4.2
* 4.1:
  fix cs
  [Validator] Allow `ConstraintViolation::__toString()` to expose codes that are not null or emtpy strings
  fix type for $value in DocBlock
  [WebProfilerBundle] Fix title case
  Fix wrapped loop of event listener
  [DI] fix edge case in InlineServiceDefinitionsPass
  undeprecate the single-colon notation for controllers
  Update HttpKernel.php
2018-12-01 09:52:38 +01:00
..
Collator Merge branch '3.4' into 4.0 2018-07-26 11:08:35 +02:00
Data [Intl] Blacklist invalid languages 2018-10-12 12:51:09 +02:00
DateFormatter Merge branch '3.4' into 4.1 2018-10-30 18:00:46 +01:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Globals SCA: simplify some ifs in favour of null coalescing operator 2018-10-28 19:38:52 +01:00
Locale [Intl] Add polyfill for Locale::canonicalize() 2018-02-12 17:25:54 +01:00
NumberFormatter Merge branch '3.4' into 4.1 2018-12-01 09:51:37 +01:00
ResourceBundle Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Resources Merge branch '4.1' 2018-10-30 18:11:56 +01:00
Tests Merge branch '4.1' 2018-10-30 18:11:56 +01:00
Util removed usage of backticks in exception messages 2018-09-10 09:26:34 +02:00
.gitignore [Intl] Refactored Locale component into two new components Icu and Intl 2013-04-05 10:11:14 +02:00
CHANGELOG.md [Intl] Blacklist invalid languages 2018-10-12 12:51:09 +02:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
CONTRIBUTING.md renamed composer.phar to composer to be consistent with the Symfony docs 2015-02-08 08:41:14 +01:00
Intl.php [Intl] Update the ICU data to 63.1 2018-10-27 17:56:20 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
Locale.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md [Intl] Fixed the broken link 2018-02-02 10:30:16 +01:00

Intl Component

A PHP replacement layer for the C intl extension that also provides access to the localization data of the ICU library.

The replacement layer is limited to the locale "en". If you want to use other locales, you should install the intl PHP extension instead.

Resources