publish_translations
Publish translations to a specified environment in your SimpleLocalize project, using the _latest environment by default. Optionally add labels when publishing to the _latest environment.
Instructions
This tool will publish translations to the specified environment in your SimpleLocalize project.
If no environment is specified by the user, then _latest environment should be used as 'environmentKey'.
Optionally provide 'labels' (array of strings). Labels can be specified only for the _latest environment.
Translations are always published in order that they were specified in the Translation Hosting environments list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentKey | Yes | Environment key (e.g. _latest, _production or custom key). If user doesn't specify an environment, then _latest should be used. | |
| labels | No | Optional labels. Labels can be specified only for the _latest environment. Max 50. |