translate_key
Convert a specific translation key into multiple target languages using locale codes, with options for source locale, namespace, and context adjustment.
Instructions
Translate a specific translation key to target language(s)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Additional context for translation | |
| key | Yes | Translation key (e.g., "product.name.title") | |
| namespace | No | Override namespace detection | |
| source_locale | No | Source locale, defaults to configured source locale | |
| target_locales | Yes | Target locale codes (e.g., ["vi", "fr"]) |