mips2648/Docs Translation
Action to translate a markdown file using DeepL API and create a pull request if there are changes.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_language | Source language for translations, must be one of the following value: "fr_FR | en_US | es_ES | de_DE | it_IT". Default: "fr_FR" | no | fr_FR |
| target_languages | Target languages for translations, must be a list of comma separated language codes (allowed values are: "fr_FR | en_US | es_ES | de_DE | it_IT"). Default: "en_US,es_ES,de_DE" | no | en_US,es_ES,de_DE |
| documents_roots | Comma-separated root directories containing language subfolders. Default: "docs" | no | docs |
| memory_path | Path to the translation memory directory. Default: "docs/.translation-memory" | no | "" |
| deepl_api_key | deepl API KEY for automatic translation; If provided, missing translations will be automatically translated using deepl API. Please create a free account on https://www.deepl.com | yes | "" |
| debug | Set log level to debug. Default: false | no | false |
Outputs
no outputs