Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

PlatformUI translation doc #818

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,12 @@ Then, you can run the unit tests with:
```
$ php vendor/bin/phpunit
```

* Translation

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should add a link to the doc explaining the translation process.

To generate the .xlf translation file (in PlatformUIBundle/Ressources/translations)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you added new translation strings,

run from ezplatform/vendor/ezsystems/platform-ui-bundle :

```bash
$ ./bin/extract-translations.sh
```