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
Fabien Potencier 522594a69d Merge branch '4.2'
* 4.2:
  [Phpunit] fixed support for PHP 5.3
  Response prepare method update
  [Workflow] Added missing license header
  Fix case when multiple loaders are providing paths for the same namespace
  Check if Client exists when test.client does not exist, to provide clearer exception message
  throw TypeErrors to prepare for type hints in 5.0
  [Form] Preventing validation of children if parent with Valid constraint has no validation groups
  [Form] Added ResetInterface to CachingFactoryDecorator
  Remove deprecated usage
  [Tests] fixed compatbility of assertEquals(): void
  Fixed usage of TranslatorInterface in form extension (fixes #30591)
  [Intl][4.2] Fix test
  [Intl] Fix test
  [Validator] Add the missing translations for the Arabic (ar) locale
  [Intl] Add compile binary
  Fix DebugCommand when chain loader is involved
  [Form] Fixed some phpdocs
2019-03-22 09:16:47 +01:00
..
Collator Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Data Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +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-23 16:17:42 +01:00
ResourceBundle Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Resources Merge branch '3.4' into 4.2 2019-03-22 09:16:34 +01:00
Tests Merge branch '4.2' 2019-03-22 09:16:47 +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