Find new/changed translation keys in the current project
find_keysFind new or updated translation keys from your project changes, deduplicate them, and return them with source-derived prefixes. Optionally specify a git ref for comparison.
Instructions
Scans the current project for added/changed translation keys and returns them deduped with their source-derived prefix, using the configured framework (ngx-translate | react-i18next | generic). In the default mode it reads the working-tree + staged diff AND brand-new untracked files (a common place for new keys); pass diffBase to compare against a ref instead. Does NOT resolve the Blocks module slug — use list_modules for that. Standalone building block; for a full sync prefer prepare_sync, which composes this with module/culture resolution and dedupe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diffBase | No | A git ref (e.g. "main") to diff against. Omit to use uncommitted changes (working tree + staged). | |
| framework | No | Override the configured BLOCKS_FRAMEWORK for this call. |