update_language
Update an existing language in a SimpleLocalize project by providing the language key and optionally changing its key or display name.
Instructions
This tool will update a language in your SimpleLocalize project.
Provide the existing 'languageKey' to identify the language, and optionally 'key' and/or 'name' to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | New language key (optional, max 20 characters). | |
| name | No | New language display name (optional, max 200 characters). | |
| languageKey | Yes | Existing language key to update. |