create_translation_key_bulk
Create multiple translation keys at once in SimpleLocalize projects. Add up to 100 keys with optional metadata like namespaces, descriptions, tags, and character limits.
Instructions
This tool will create multiple translation keys in your SimpleLocalize project in bulk.
Provide an array of translation key objects (max 100).
Each object must include 'key' and can include 'namespace', 'description', 'codeDescription', 'tags', and 'charactersLimit'.
It doesn't throw an error if translation key already exists, but it returns a list of failures.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| translationKeys | Yes | Array of translation keys to create (max 100). |