martinez1991/LocaleCI
Translate your i18n files with LLMs on every PR — with a per-string quality score.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| locales | Comma-separated target locales (overrides config targets). Optional. | no | — |
| api-key | LocaleCI cloud key or your own provider key. Exposed to the CLI as LOCALECI_KEY. | no | — |
| provider | Provider override: anthropic | openai | cloud | mock. | no | — |
| config | Path to localeci.config.json (default: repo root). | no | . |
| commit | Commit translations + lockfile back to the PR branch. | no | true |
| comment | Post/update a single quality-report comment on the PR. | no | true |
| github-token | Token used to comment and push. Defaults to the workflow token. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| translated | Total strings translated across locales. |
| flagged | Total strings flagged for review. |
| failed | Total strings that failed validation. |