mobitroll/crowdin-elixir-action
Tries to manage and synchronize Crowdin
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| organization | Crowdin organization | no | — |
| project_id | Crowdin project id | yes | — |
| source_file | Crowdin source file, can have optional format source_file:export_pattern:source_file_name | yes | — |
| export_pattern | Crowdin source export pattern | yes | — |
| base_branch | Base branch for pull request | yes | master |
| update_source | Update source to crowdin | no | — |
| update_translation | Update translation from crowdin | no | — |
| skip_untranslated_strings | Skip untranslated strings | yes | false |
| export_approved_only | Export only approved strings | yes | false |
| front_end_context | Front-end tweak to provide context | no | false |
| automatic_merge_pr | Automatic merge PR | no | false |
| crowdin_token | Token used to make crowdin requests | no | — |
| github_api_token | Token used to make github API requests(create PR), if not set, GITHUB_TOKEN will be used and created PR will not trigger another workflow. | no | — |
Outputs
no outputs