add_translation_key
Append a translation key row to an existing CSV file, optionally with localized values for multiple languages.
Instructions
Append a translation key/row to an existing CSV.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | New translation key to add | |
| path | Yes | Path to .csv translation file | |
| translations | No | Optional map of language code to value |