# Localization
Adding the POEDITOR_PROJECT_ID and POEDITOR_API_TOKEN to your `.env` file will allow you to start working with translations locally. The CLI automatically downloads the English terms and translations to the `locale/default.json` file ( if it does not exist ).

`default.json` contains all English terms and translations used in your module. If you are adding a new string to be translated, add a key and the English text.

```json
{
    "addToPlaylist": "Add to playlist"
}
```

**NOTE! Only English terms and translations are modifiable in your project. The other languages are translated using POEditor.**

When the module is built and deployed, new terms in `default.json` are pushed to POEditor.
