sonenta ci
Analyze a PR/branch for i18n impact (hardcoded strings, key + placeholder changes, self-namespaced keys, translation-quality candidates) and print a PR-ready report.
sonenta ci [options]Alias: check
Options
Section titled “Options”| Flag | Description | default |
|---|---|---|
--base <ref> | Base ref to diff against (default: PR base, else origin/main) | - |
--dir <path> | Repository directory (default: cwd) | - |
--src <dir> | Locales directory | "locales" |
--format <fmt> | Output format: markdown | json | "markdown" |
--out <file> | Write the report to a file (also printed to stdout) | - |
--strict | Fail (non-zero exit) when the status is FAIL | false |
--source-lang <code> | Source language code (enables the same-as-source quality check) | - |