create_glossary_entry
Create or update a glossary entry for consistent translations. Supply a source term and target language translations to manage terminology in your SimpleLocalize project.
Instructions
This tool will create a glossary entry in your SimpleLocalize project.
Provide 'sourceText' (the term, max 128 characters), 'sourceLanguage', and a non-empty 'targets' array with 'targetLanguage' and 'targetText' for each translation.
'sourceLanguage' and every 'targetLanguage' must be existing language keys in the project - use the 'get_languages' tool first if unsure.
If an entry with the same 'sourceText' already exists, its translations are updated instead of creating a duplicate.
Glossary is not available in the Community plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targets | Yes | Translations of the term, one entry per target language. | |
| sourceText | Yes | Term in the source language (e.g. Sign in). | |
| sourceLanguage | Yes | Source language key, must exist in the project (e.g. en). |