[Locale] updated README.md

This commit is contained in:
Eriksen Costa 2012-08-06 00:05:01 -03:00
parent 6456361878
commit d7b6bb32e6
1 changed files with 10 additions and 0 deletions

View File

@ -20,3 +20,13 @@ Resources
You can run the unit tests with the following command:
phpunit
If your PHP have the ``intl`` extension enabled but the intl extension ICU data
version mismatch the one shipped with the component, you can build the data for
it and use the ``USE_INTL_ICU_DATA_VERSION`` environment variable:
export USE_INTL_ICU_DATA_VERSION=true
phpunit
Read the file ``Resources/data/UPDATE.txt`` for more info about building or
updating the ICU data files.