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
2019-05-07 10:06:38 +02:00
..
Collator Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
Data [Intl] Apply localeDisplayPattern and fix locale generation 2019-05-07 10:06:38 +02: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 [Intl] Apply localeDisplayPattern and fix locale generation 2019-05-07 10:06:38 +02:00
Tests Merge branch '3.4' into 4.2 2019-05-07 07:54:54 +02: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
Intl.php [Intl] Update the ICU data to 64.2 2019-04-18 10:57:10 +01: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-04-01 09:32:59 +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