create_translation_key_bulk
Create multiple translation keys in your SimpleLocalize project at once, up to 100 per request. Add namespaces, descriptions, tags, and character limits to organize localization strings efficiently.
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
| Name | Required | Description | Default |
|---|---|---|---|
| translationKeys | Yes | Array of translation keys to create (max 100). |