update_translation_key
Modify translation key metadata, rename keys, or move them between namespaces in your SimpleLocalize project.
Instructions
This tool will update a translation key (metadata and/or key/namespace) in your SimpleLocalize project.
Provide the existing 'key' and optionally 'namespace' to identify the translation key.
Provide optional fields to update: newKey, newNamespace, description, codeDescription, tags, charactersLimit, lock, deprecated.
Use this to rename keys, move keys between namespaces, or update key metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Existing translation key name to update. | |
| namespace | No | Existing namespace for the translation key (optional). | |
| newKey | No | New translation key name (optional). | |
| newNamespace | No | New namespace for the translation key (optional). | |
| description | No | New description (optional). | |
| codeDescription | No | New code context description (optional). | |
| tags | No | New tags (optional, max 5). | |
| charactersLimit | No | New character limit for the key value (-1 means unlimited). | |
| lock | No | Lock/unlock the key (optional). | |
| deprecated | No | Mark as deprecated (optional). |