From 4c9cbe2e291502909c0f6d8d0b5f6195a654d146 Mon Sep 17 00:00:00 2001 From: stephaneDiot Date: Mon, 6 Mar 2017 11:27:33 +0100 Subject: [PATCH] PlatformUI translation doc --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9be9db013..f9c6551a3 100644 --- a/README.md +++ b/README.md @@ -157,3 +157,12 @@ Then, you can run the unit tests with: ``` $ php vendor/bin/phpunit ``` + +* Translation + +To generate the .xlf translation file (in PlatformUIBundle/Ressources/translations) +run from ezplatform/vendor/ezsystems/platform-ui-bundle : + + ```bash + $ ./bin/extract-translations.sh + ```