translate_missing_keys
Identify and translate missing locale keys by comparing base and target files, with configurable dialect and provider.
Instructions
Translate missing keys from base locale to target locale
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| basePath | Yes | Path to the base locale file | |
| targetPath | Yes | Path to the target locale file | |
| dialect | No | Spanish dialect code (e.g., es-ES, es-MX, es-AR) | |
| provider | No | Translation provider name (deepl, libre, mymemory) |