sync_missing_keys
Synchronize missing translation keys across languages by copying from a source language, with dry-run, placeholder, backup, and namespace options.
Instructions
Synchronize missing translation keys across all languages from a source language, maintaining sorted structure
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | Preview changes without applying them | |
| namespaces | No | Specific namespaces to sync (optional, defaults to all namespaces) | |
| placeholder | No | Placeholder text for missing translations (default: empty string) | |
| createBackup | No | Create backup before making changes | |
| sourceLanguage | No | Source language to copy keys from (default: configured default language) | en |
| targetLanguages | No | Target languages to sync keys to (optional, defaults to all languages except source) |