seanpm2001/Locadex
Github Action integration for Locadex
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_key | Locadex API key | yes | — |
| gt_api_key | General Translation API key | no | — |
| gt_project_id | General Translation project ID | no | — |
| batch_size | File batch size | no | — |
| max_concurrent | Max number of concurrent agents | no | — |
| no_telemetry | Disable telemetry | no | false |
| verbose | Enable verbose output | no | false |
| debug | Enable debug output | no | false |
| match_files | Comma-separated list of glob patterns to match source files | no | — |
| github_token | GitHub token for creating pull requests | no | ${{ github.token }} |
| app_directory | Relative path to the app (Next.js, React, etc.) | no | — |
| version | Locadex version to use | no | latest |
| pr_branch | Branch name for pull requests | no | locadex/${{ github.ref_name }} |
| pr_title | Title for pull requests | no | Locadex: Continuous i18n for ${{ github.ref_name }} |
| pr_body | Body for pull requests | no | ## 🌍 Locadex i18n Update This is an **automated pull request** created by [Locadex](https://generaltranslation.com/docs/locadex). ### What's included - Internationalized files that were modified in the base branch - Translation updates based on your latest changes ### Next steps 1. Review the code for accuracy 2. Test the changes in your development environment 3. Merge when ready to deploy internationalized content --- *Generated automatically by Locadex continuous i18n* |
| no_translate | Disable automatic translation after updating files | no | false |
| format_cmd | Optional formatting command to run after updating files | no | — |
Outputs
no outputs