yunwei37/OpenAI Continuous Translation Action
Continuous Translate your repo with an action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| git_repo_url | The git repo url to clone and translate | yes | — |
| api_key | The OpenAI api key to use for translation | yes | — |
| source_language | The source language to translate from. The default is English | no | English |
| target_language | The target language to translate to. The default is Chinese | no | Chinese |
| additional_prompt | Additional prompt to improve performance. | no | "" |
| i18n_surfix | The i18n surfix to add to the translated file. The default is empty, so the translated file will overwrite the original file. | no | "" |
| file_types | The file types to translate. The default is all file types supported | no | md,mdx,rst,txt,py,js,json,html,cpp,c,ipynb |
| file_path_filter | The file path filter to translate. The default is all files | no | .* |
Outputs
no outputs