> ## 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 适配器

> 为同步拉取和同步推送配置 POEditor。

## 必需配置

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

## 令牌解析

1. 设置 `POEDITOR_API_TOKEN` 环境变量（推荐）
2. 或者在配置中设置 `apiTokenEnv` 来使用自定义环境变量

如果省略`apiTokenEnv`，则默认值为`POEDITOR_API_TOKEN`。

## 可选配置字段

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

## 常见问题

* 无效的标记：请验证环境变量已在当前 shell 中导出
* 项目 ID 错误：请从 POEditor 验证数字项目 ID
* 缺失的区域设置：确保 `targetLanguages` 与配置目标一致
