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
- Host: GitHub
- URL: https://github.com/lightspeed/actions-push-translations
- Owner: lightspeed
- License: mit
- Created: 2020-01-09T21:32:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T20:58:17.000Z (about 2 years ago)
- Last Synced: 2025-02-07T04:41:23.403Z (over 1 year ago)
- Language: JavaScript
- Size: 392 KB
- Stars: 0
- Watchers: 15
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.