braydog2010/badge-creator
This action allows you to make a badge that shows the translation progress of your Crowdin project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Crowdin API Token | yes | — |
| project_id | Crowdin Project ID | yes | — |
| path | The Path You Want To Save The .svg File To | no | — |
| language_rename_map | JSON string to rename languages (e.g., {"German": "Deutsch"}) | no | {} |
| output_path | Directory to save the generated files | no | ./ |
| toggledefault | This allows you so show your default language | no | false |
| defaultlanguage | JSON string to default language (e.g., { "name": "English", "progress": 100, "url": "https://crowdin.com/project/bettercanvas" } | no | {} |
Outputs
| name | description |
|---|---|
| svg | Generated SVG file content |