qubuss/Translation Toolkit
Validate .po translations, show stats, and post results as a PR comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dir | Directory containing .po files | yes | translations |
| post-comment | Post results as PR comment (true/false) | no | true |
| fail-on-error | Fail the action if validation errors are found (true/false) | no | true |
| cross-format | Cross-format validation target: json or i18next | no | "" |
| format-dir | Directory with JSON/i18next files for cross-format check | no | "" |
| compat | i18next compatibility version (3 or 4) | no | 4 |
Outputs
| name | description |
|---|---|
| error-count | Number of validation errors found |
| warning-count | Number of validation warnings found |
| overall-coverage | Overall translation coverage percentage |