publish_translations
Publish translations to any SimpleLocalize environment, automatically using _latest when none is specified. Optionally attach labels for 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 |
|---|---|---|---|
| labels | No | Optional labels. Labels can be specified only for the _latest environment. Max 50. | |
| environmentKey | Yes | Environment key (e.g. _latest, _production or custom key). If user doesn't specify an environment, then _latest should be used. |