Scan a repository to identify its i18n setup: locale files, base and target languages, and framework. Use the results to pinpoint where to audit or add translations.
Find 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.
Synchronize missing translation keys from the source language to selected target languages, specifying which keys to sync and optionally copying source values as placeholders.
Analyze translation quality across i18next files. Identify missing, incomplete, or inconsistent translations, with optional filtering by language or namespace.