get_translation_status
Compare source locale against target locales to identify missing and outdated translation keys, and estimate translation costs for your i18n project.
Instructions
Compare source locale against target locales to identify missing/outdated keys and estimate translation costs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_lang | Yes | Source language code (e.g., 'en', 'pt-BR') | |
| project_path | No | Root path of the project. Defaults to current working directory. | |
| target_langs | No | Target language codes. If not provided, all detected locales except source will be used. |