add_translation
Add or update a dot-notation translation key across chosen locales, writing only provided locales and leaving others unchanged.
Instructions
Add or update a single translation key across one or more locales. Key uses dot notation (e.g. "button.save"). Only the provided locales are written — other locales are unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Dot-notation key path, e.g. "button.save" | |
| namespace | Yes | ||
| translations | Yes | Map of locale to string, e.g. { "en": "Save", "de": "Speichern" } |