flipdishbytes/Loco Translations
Download/export translations from Loco (create PR with changes) or import a local JSON file to Loco.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 6, 2026
- License
- None
Pinned Snippet
uses: flipdishbytes/loco-translations@c5c95736b1edf723f72b09794205f435b77e53a1 # v1.8tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| locoExportKey | Loco Export Key (required for export mode) | no | — |
| locoWriteKey | Loco Write/Full-access Key for import mode (https://localise.biz -> Developer tools) | no | — |
| langs | Languages: comma-separated for export; single language for import (e.g. en) | yes | — |
| format | Format of the translations (required for export mode) | no | — |
| nofolding | Do not fold the JSON translations | no | false |
| convert | Convert the JSON translations to value format | no | false |
| filesExtension | Files extension | no | — |
| languagePostfixInNames | Postfix in language names | no | false |
| translationsFolder | Folder where translation files live (export: write downloaded files; import: read <lang>.json from here) | yes | — |
| mainBranch | Main branch | no | main |
| reviewer | Reviewer for the PR | no | — |
| skip_pr_create | Do not create PR (monorepo support) | no | false |
| use_current_loco_branch | Use loco branch created by previous run (monorepo support) | no | false |
| draft | Create PR as draft | no | false |
| automerge | Automerge PR | no | false |
| app-id | GitHub App ID (required for export mode) | no | — |
| private-key | GitHub App Private Key (required for export mode) | no | — |
Outputs
no outputs