1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-12-02 13:52:18 -05:00
wallabag/vendor/symfony/intl/Symfony/Component/Intl
2013-08-03 19:26:54 +02:00
..
Collator twig implementation 2013-08-03 19:26:54 +02:00
DateFormatter twig implementation 2013-08-03 19:26:54 +02:00
Exception twig implementation 2013-08-03 19:26:54 +02:00
Globals twig implementation 2013-08-03 19:26:54 +02:00
Locale twig implementation 2013-08-03 19:26:54 +02:00
NumberFormatter twig implementation 2013-08-03 19:26:54 +02:00
ResourceBundle twig implementation 2013-08-03 19:26:54 +02:00
Resources twig implementation 2013-08-03 19:26:54 +02:00
Tests twig implementation 2013-08-03 19:26:54 +02:00
Util twig implementation 2013-08-03 19:26:54 +02:00
.gitignore twig implementation 2013-08-03 19:26:54 +02:00
composer.json twig implementation 2013-08-03 19:26:54 +02:00
CONTRIBUTING.md twig implementation 2013-08-03 19:26:54 +02:00
Intl.php twig implementation 2013-08-03 19:26:54 +02:00
LICENSE twig implementation 2013-08-03 19:26:54 +02:00
phpunit.xml.dist twig implementation 2013-08-03 19:26:54 +02:00
README.md twig implementation 2013-08-03 19:26:54 +02:00

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] 1 instead.

Documentation

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

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Intl/
$ composer.phar install --dev
$ phpunit