From d7b6bb32e6e6ebb41ba144334f7aea7e661d3e97 Mon Sep 17 00:00:00 2001 From: Eriksen Costa Date: Mon, 6 Aug 2012 00:05:01 -0300 Subject: [PATCH] [Locale] updated README.md --- src/Symfony/Component/Locale/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/Symfony/Component/Locale/README.md b/src/Symfony/Component/Locale/README.md index f7c2c4279a..40c3f2dfb2 100644 --- a/src/Symfony/Component/Locale/README.md +++ b/src/Symfony/Component/Locale/README.md @@ -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. \ No newline at end of file