kitswas/Jekyll Pages Translation
Automatically create translation issues for Jekyll/GitHub Pages markdown files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source-directory | Source language directory (e.g., "en") | no | en |
| target-languages | JSON array of target language codes (e.g., ["bn", "hi"]) | no | ["bn", "hi"] |
| system-prompt-path | Path to system prompt file for translation guidelines | no | .github/prompts/system-prompt.txt |
| copilot-token | Personal Access Token for Copilot assignment (optional). Requires read/write access to actions, contents, issues, and pull-requests | no | — |
| language-mapping | JSON object mapping language codes to language names (e.g., {"bn":"Bengali","hi":"Hindi"}). If not provided, uses language code as name | no | {} |
Outputs
| name | description |
|---|---|
| issues-created | JSON array of created issue URLs |
| files-discovered | JSON array of discovered markdown files |
| is-source-change | Boolean indicating if this was triggered by source file changes |