kapi inconsistency-check
kapi inconsistency-check [files...]Inconsistency Check
Try it
Runs in your browser against a small sample file. Edit the command before running, or press Run to execute it as shown.
kapi inconsistency-check app.xliff --target-lang frFlags
| Flag | Type | Default | Description |
|---|---|---|---|
| --case-sensitive | bool | true | Whether comparison is case-sensitive |
| --check-per-file | bool | false | Process each input file individually instead of comparing segments across all documents |
| --check-source-inconsistency | bool | false | Flag when different sources share the same translation |
| --check-target-inconsistency | bool | true | Flag when the same source has different translations |
| --concurrency, -j | int | 0 | max parallel files (0 = auto) |
| --display-option | string | generic | Controls how inline codes are represented: original codes or generic markers or plain text (original, generic, plain) |
| --encoding, -e | string | UTF-8 | input file encoding |
| --fail-on-unknown | bool | false | exit with error if any file cannot be processed (default: skip with warning) |
| --format, -f | string | override input format detection | |
| --json | bool | false | output results as JSON |
| --map, -m | stringArray | map glob pattern to format (e.g. '*.docx=okf_openxml:test') | |
| --no-warn | bool | false | suppress warnings for skipped files |
| --pack | bool | false | when transforming a .klz, also eject the result to the .klz (auto-pack) |
| --parallel-blocks | int | 0 | fan out block processing across N goroutines (0 = off) |
| --progress, -p | bool | false | show progress bar |
| --source-lang | string | en | source language (e.g. en, en-US) |
| --strict | bool | false | alias for --fail-on-unknown |
| --target-lang | string | target language (e.g. fr, de-DE) | |
| --trace | string | write flow trace JSON to file (for flow visualization) |
More examples
kapi inconsistency-check app.xliff --target-lang de← Back to the Command Reference