Skip to main content

Required config

{
  "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