create_language
Add a new language to a Tolgee project by specifying project ID, language name, and BCP 47 tag.
Instructions
Add a new language to a Tolgee project.
Args:
project_id: The numeric ID of the project.
name: Display name of the language (e.g., "French").
tag: BCP 47 language tag (e.g., "fr", "de", "ja").Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| name | Yes | ||
| tag | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |