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 7f3f75d85d Merge branch '4.2'
* 4.2:
  fix merge
  [FrameworkBundle] fix xsd
  [FrameworkBundle] update xsd to match the 4.2 configuration
  [FrameworkBundle] Update the xsd to match the actual session configuration
  [Form] CsrfValidationListener marks the token as invalid if it is not a string
  [Routing] fix perf issue when dumping large number of routes
  Fix wrong value in file id attribute for Xliff 2.0
  [VarDumper] Fixed phpDoc
  [PhpUnitBridge] fix PHP  5.3 compat
  [Messenger] Fix DataCollector template
  [Filesystem] Fixed some docblocks and typos
  bumped Symfony version to 4.2.4
  updated VERSION for 4.2.3
  updated CHANGELOG for 4.2.3
  bumped Symfony version to 3.4.23
  updated VERSION for 3.4.22
  update CONTRIBUTORS for 3.4.22
  updated CHANGELOG for 3.4.22
  fix some minor typos
  do not overwrite the constraint being evaluated
2019-02-07 19:43:24 +01:00
..
Collator Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Data fixed CS 2019-01-16 21:35:37 +01:00
DateFormatter Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Exception Mark ExceptionInterfaces throwable 2018-08-29 17:58:00 +02:00
Globals Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Locale [Intl] Add polyfill for Locale::canonicalize() 2018-02-12 17:25:54 +01:00
NumberFormatter Merge branch '3.4' into 4.2 2019-02-07 12:40:08 +01:00
ResourceBundle Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Resources Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Tests Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +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.3 2018-11-26 17:19:01 +01: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