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 a0c2aa8302 Merge branch '4.3' into 4.4
* 4.3:
  Fix inconsistent return points.
  pass translation parameters to the trans filter
  [Mime] fixed wrong mimetype
  [ProxyManagerBridge] Polyfill for unmaintained version
  [HttpClient] Declare `$active` first to prevent weird issue
  Remove deprecated assertContains
  [HttpClient] fix tests
  SCA: dropped unused mocks, duplicate import and a function alias usage
  Added correct plural for box -> boxes
  [Config] fix test
  Fix remaining tests
  Improve fa (persian) translation
2019-08-07 14:00:28 +02:00
..
Collator Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Data Merge branch '4.3' into 4.4 2019-08-05 07:50:38 +02:00
DateFormatter Merge branch '3.4' into 4.3 2019-08-05 15:52:12 +02: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 add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
ResourceBundle [Intl] Simplify API 2019-04-15 13:51:51 +02:00
Resources Merge branch '4.3' into 4.4 2019-08-05 07:50:38 +02:00
Tests Merge branch '4.3' into 4.4 2019-08-07 14:00:28 +02:00
Util add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
.gitignore
CHANGELOG.md [Intl] Exclude root language 2019-07-08 07:53:15 +02:00
composer.json Allow Symfony 5.0 2019-05-28 17:53:17 +02:00
Countries.php fixed phpdocs 2019-08-05 07:56:08 +02:00
Currencies.php [Intl] Add phpdoc 2019-05-01 08:13:26 +02:00
Intl.php [Intl] Rename Regions to Countries 2019-05-01 22:02:47 +02:00
Languages.php fixed phpdocs 2019-08-05 07:56:08 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
Locale.php Merge branch '3.4' into 4.2 2019-05-08 08:50:14 +02:00
Locales.php [Intl] Order alpha2 to alpha3 mapping + phpdoc fixes 2019-08-04 08:27:02 +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
ResourceBundle.php [Intl] Simplify API 2019-04-15 13:51:51 +02:00
Scripts.php [Intl] Order alpha2 to alpha3 mapping + phpdoc fixes 2019-08-04 08:27:02 +02:00
Timezones.php [Intl] Improve the error message when country code is wrong 2019-05-29 20:02:35 +02: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