An open API service indexing awesome lists of open source software.

https://github.com/lightspeed/actions-push-translations

Action to push translations to Transifex
https://github.com/lightspeed/actions-push-translations

Last synced: about 1 year ago
JSON representation

Action to push translations to Transifex

Awesome Lists containing this project

README

          

# Push Translations

Pushes translations on merge to master, and notifies Slack of the changes.

## Configuration

This action expects a [.tx/config file](https://developers.transifex.com/docs/using-the-client#adding-resources-to-configuration) configured for your project

## Input Options

- `since_commit`: By default, this action will check for changes against the last commit (`HEAD~1`). If you'd like to push changes for more than the most recent commit, use the `since_commit` input option to specify this.