list_local_locales
Scan your project for locale files, detect the i18n framework, and get a structured list of available translations with key counts.
Instructions
Scan project for locale files (JSON, ARB, .strings, .xcstrings, .stringsdict), detect i18n framework (next-intl, i18next, react-intl, flutter, ios-macos, generic), and return structured information about available translations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Root path of the project to scan. Defaults to current working directory. | |
| include_key_count | No | Whether to count keys in each locale file |