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

# Lokalise adapter

> Configure Lokalise API v2 for pull/push synchronization.

## Required config

```jsonc theme={null}
{
  "storage": {
    "adapter": "lokalise",
    "config": {
      "projectID": "your-project-id",
      "apiTokenEnv": "LOKALISE_API_TOKEN"
    }
  }
}
```

## Optional config fields

* `targetLanguages`
* `timeoutSeconds`

## Token resolution

* default env var: `LOKALISE_API_TOKEN`
* override with `apiTokenEnv`

## Common issues

* unauthorized errors: token missing or insufficient scope
* locale mismatch: align Lokalise language codes with target locales
* timeout errors: increase `timeoutSeconds` for large projects
