andrii-bodnar/action-crowdin-contributors

Automate acknowledging translators and proofreaders to your open-source projects in Crowdin

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Feb 23, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: andrii-bodnar/action-crowdin-contributors@c0bdc9a1e54b6a64e59f14c08b7432f69406910f # v3.2.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
max_contributorsOnly the specified amount of contributors will be shownno30
min_words_contributedMinimum words contributed (both translated and approved)no100
contributors_per_lineMaximum number of columns for the contributors tableno7
image_sizeSize (in px) of the user's avatarno100
include_languagesSpecifies whether to include contributed languages in tableno
excluded_usersList of usernames to exclude from the contributors tableno
crowdin_project_linkCrowdin project link will be added after the contributors' tableno
filesArray of files to updatenoREADME.md
placeholder_startPlaceholder that marks the start of the contributors tableno<!-- CROWDIN-CONTRIBUTORS-START -->
placeholder_endPlaceholder that marks the end of the contributors tableno<!-- CROWDIN-CONTRIBUTORS-END -->
svgGenerate table in SVG formatnofalse
svg_output_pathPath to the output SVG filenoCONTRIBUTORS.svg
namedescription
contributors_tableGenerated table with contributors
json_reportJSON report with contributors used to render a table
svg_pathPath to the generated SVG file (when svg mode is enabled)