This action installs the Applanga Commandline Interface and enables:
- pushing sources for translation from your GitHub repository into a Applanga project, and
- pulling the translated files from the Applanga dashboard into your repository.
The benefit of using Github Workflows for this is that you can automate your localization process without the need to share any repository credentials with your localization provider.
To use Github Workflows on your repository you need to create a folder called .github/workflows/
and place the workflow configuration .yml
files in there. Additonally you also need a .applanga.json
configuration file present in your repository.
For a detailed example with setup instructions see the applanga/github-workflow-example repository.