> ## Documentation Index
> Fetch the complete documentation index at: https://hyperlocalise.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# POEditor adapter

> Configure POEditor for sync pull and sync push.

## Required config

```jsonc theme={null}
{
  "storage": {
    "adapter": "poeditor",
    "config": {
      "projectID": "123456",
      "apiTokenEnv": "POEDITOR_API_TOKEN"
    }
  }
}
```

## Token resolution

1. Set the `POEDITOR_API_TOKEN` environment variable (recommended)
2. Or use a custom env var by setting `apiTokenEnv` in config

If `apiTokenEnv` is omitted, it defaults to `POEDITOR_API_TOKEN`.

## Optional config fields

* `sourceLanguage`
* `targetLanguages`
* `timeoutSeconds`

## Common issues

* invalid token: verify environment variable is exported in current shell
* wrong project id: verify numeric project ID from POEditor
* missing locales: ensure `targetLanguages` aligns with config targets
