getlocalized/Translate and Create Pull Request
This GitHub Action translates files in a specified directory and creates a pull request with the translated content.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | GitHub token with permissions to create branches, commits, and pull requests. | yes | — |
| I18N_DIRECTORY | Relative path to the directory containing the translation files. | yes | — |
| DEFAULT_LANGUAGE | Language code of the source language used for generating translations (e.g., en). | yes | — |
| TARGET_LANGUAGES | Comma-separated list of target language codes to translate into (e.g., fr,de,es). | yes | — |
Outputs
no outputs