fabasoad/Translation Action
This action translates any text to any language supported by chosen provider.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Text or path to the file (absolute or relative to $GITHUB_WORKSPACE) for translation. | yes | — |
| provider | Provider identifier. | yes | — |
| api_key | API key that should be used for chosen provider. | no | "" |
| api_additional_parameter | Additional parameter for the API. eg the region for Microsoft: canadacentral. | no | "" |
| lang | The translation direction. Should be one of the option proposed by chosen provider. | yes | — |
Outputs
| name | description |
|---|---|
| text | Translated text. |