kevinrohn/Github Action Markdown Translate AI
A Github Action to translate markdown files using custom AI models
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | API key for the translation service provider | yes | — |
| service_provider | Translation AI service provider to use. Options: openai, anthropic, gemini and deepseek | yes | openai |
| model | Model to use for translation. Options: See README.md | yes | gpt-4o |
| source_language | Source language | yes | English |
| target_language | Target language | yes | German |
| file_path | Path to the markdown file | yes | — |
| output_file_path | Path to the translated markdown file | yes | — |
| update_mode | If this flag is set to true, the original markdown file will be updated with the translated content | no | false |
Outputs
| name | description |
|---|---|
| total_tokens_used | Total tokens used for translation |
| input_tokens_used | Input tokens used for translation |
| output_tokens_used | Output tokens used for translation |
| duration_seconds | Duration of the translation process in seconds |