actions-marketplace-validations/action-crowdin-contributors
Automate acknowledging translators and proofreaders to your open-source projects in Crowdin
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 23, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/andrii-bodnar_action-crowdin-contributors@f828c3ccf3ee5c1df46eca49681ed0d7b3f48fbc # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| max_contributors | Only the specified amount of contributors will be shown | no | 30 |
| min_words_contributed | Minimum words contributed (both translated and approved) | no | 100 |
| contributors_per_line | Maximum number of columns for the contributors table | no | 7 |
| image_size | Size (in px) of the user's avatar | no | 100 |
| include_languages | Specifies whether to include contributed languages in table | no | — |
| excluded_users | List of usernames to exclude from the contributors table | no | — |
| crowdin_project_link | Crowdin project link will be added after the contributors' table | no | — |
| files | Array of files to update | no | README.md |
| placeholder_start | Placeholder that marks the start of the contributors table | no | <!-- CROWDIN-CONTRIBUTORS-START --> |
| placeholder_end | Placeholder that marks the end of the contributors table | no | <!-- CROWDIN-CONTRIBUTORS-END --> |
| svg | Generate table in SVG format | no | false |
| svg_output_path | Path to the output SVG file | no | CONTRIBUTORS.svg |
Outputs
| name | description |
|---|---|
| contributors_table | Generated table with contributors |
| json_report | JSON report with contributors used to render a table |
| svg_path | Path to the generated SVG file (when svg mode is enabled) |