publish_translation
Publish translations for a project, making them live and available for use.
This function publishes all translation keys and their translations for the specified project, making them available in the production environment.
Args: project_key: Project key (tenant ID). Uses global tenant_id if not provided
Returns: JSON string with publish operation result including success/failure status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |