Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/intl
Yannick Warnier 93566e8613 Add static resources for release 10 years ago
..
Collator
Data
DateFormatter
Exception
Globals
Locale
NumberFormatter
ResourceBundle
Resources
Tests
Util
.gitignore
CONTRIBUTING.md
Intl.php
LICENSE
Locale.php
README.md
composer.json
phpunit.xml.dist

README.md

Intl Component

A PHP replacement layer for the C intl extension that includes additional data from the ICU library.

The replacement layer is limited to the locale "en". If you want to use other locales, you should [install the intl extension] 0 instead.

Documentation

The documentation for the component can be found [online] 1.

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Intl/
$ composer install
$ phpunit