sergioisidoro/github-transifex-actions
Push your strings automatically to Transifex when PR is ready for translations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tx_token | Transifex Token | yes | — |
| push_sources | Pushes source locales to Transifex | no | true |
| push_translations | Pushes Translations to Transifex | no | false |
| pull_sources | Pulls sources from Transifex | no | true |
| pull_translations | Pulls Translations from Transifex | no | true |
| commit_to_pr | Commits the results of the merge / pulls to the PR | no | false |
| minimum_perc | Minimum percentage the files need to be translated to be fetched | no | 0 |
| disable_override | If true it will not override the files locally (WARN: Has issues with git) | no | false |
| git_flow | Should use Git flow? | no | true |
| git_unshallow | Unshallow git (required in git workflow if the git clone action only does shallow clone) | no | true |
| current_branch | The current branch that is under work. Defaults to GITHUB_HEAD_REF | no | — |
| master_branch | The branch that is used as master. Defaults to master | no | master |
| github_token | Github required for git flow | no | — |
| translations_folder | The wildcard-able expression for the folder containing the locales. Eg /config/locales | no | — |
| committer_email | The email of the author of commit | no | git-action@transifex.com |
| committer_name | The email of the author of commit | no | Transifex Github action |
| skip_push_commit | Does not push anything back to git remote (used for testing) | no | false |
| parallel | Pushes or pulls things from transifex in parallel | no | false |
Outputs
no outputs