lokalise_create_comments
Add comments to translation keys for team collaboration, enabling questions, context sharing, implementation notes, or issue flagging in Lokalise projects.
Instructions
Adds one or more comments to a translation key for team collaboration. Required: projectId, keyId, comments array with 'comment' text. Use to ask translators questions, provide context, leave implementation notes, or flag issues. Supports bulk creation for efficiency. Returns: Created comments with IDs. Note: Comments are visible to all project members.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID to create comments in | |
| keyId | Yes | Key ID to attach comments to | |
| comments | Yes | Array of comments to create |