codeinwp/i18n String Reviewer
Compare POT files between branches and report added, removed, and changed strings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-pot-file | Path to the base branch POT file | yes | — |
| target-pot-file | Path to the target branch POT file | yes | — |
| fail-on-changes | Fail the action if changes are detected | no | false |
| github-token | GitHub token for commenting on PRs | no | ${{ github.token }} |
| comment-on-pr | Whether to comment on pull requests with the report | no | true |
| openrouter-key | OpenRouter API key for LLM string matching suggestions | no | "" |
| openrouter-model | OpenRouter model to use for matching | no | anthropic/claude-3.5-sonnet |
Outputs
| name | description |
|---|---|
| added-count | Number of added strings |
| removed-count | Number of removed strings |
| changed-count | Number of changed strings |
| total-changes | Total number of changes |
| report | Detailed report of all changes |