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
Christian Flothmann 3007e36a5c Merge branch '4.1' into 4.2
* 4.1:
  Fix: Adjust DocBlock
  \"ParserTest->getParserTestData()\" -> only some more tests
  access the container getting it from the kernel
  [Lock] Pedantic improvements for lock
  [EventDispatcher] Fixed phpdoc on interface
  update year in license files
  [Console] Fix help text for single command applications
  Fix random test failure on lock
  improve error message when using test client without the BrowserKit component
  [Event Dispatcher] fixed 29703: TraceableEventDispatcher reset now sets callStack to null with test to dispatch after reset.
  Fixed minor typos
  Fix: Method can also return null
  [Stopwatch] Fixed phpdoc for category name
2019-01-03 10:07:35 +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' into 4.2 2018-12-24 11:01:29 +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 update year in license files 2019-01-01 14:45:19 +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