GitHub Action
Download translation files from locize in your CI/CD workflow.
By using our GitHub Action, you can download your translations from locize in your CI/CD pipeline.
Find all relevant information on the in the official GitHub Marketplace.
The GitHub action will only download the translations in the CI/CD container used in your workflow. If you want the translations to be stored back to your repository, you need a different action that will do something like "git add .", "git commit", "git push", etc… Something like https://github.com/marketplace/actions/github-commit-push
example workflow
Last updated