Gå til hovedinnhold

kapi inconsistency-check

kapi inconsistency-check [files...]

Inconsistency Check

Commandinconsistency-check
Groupquality
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 fr
Flags
FlagTypeDefaultDescription
--case-sensitivebooltrueWhether comparison is case-sensitive
--check-per-fileboolfalseProcess each input file individually instead of comparing segments across all documents
--check-source-inconsistencyboolfalseFlag when different sources share the same translation
--check-target-inconsistencybooltrueFlag when the same source has different translations
--concurrency, -jint0max parallel files (0 = auto)
--display-optionstringgenericControls how inline codes are represented: original codes or generic markers or plain text (original, generic, plain)
--encoding, -estringUTF-8input file encoding
--fail-on-unknownboolfalseexit with error if any file cannot be processed (default: skip with warning)
--format, -fstringoverride input format detection
--jsonboolfalseoutput results as JSON
--map, -mstringArraymap glob pattern to format (e.g. '*.docx=okf_openxml:test')
--no-warnboolfalsesuppress warnings for skipped files
--packboolfalsewhen transforming a .klz, also eject the result to the .klz (auto-pack)
--parallel-blocksint0fan out block processing across N goroutines (0 = off)
--progress, -pboolfalseshow progress bar
--source-langstringensource language (e.g. en, en-US)
--strictboolfalsealias for --fail-on-unknown
--target-langstringtarget language (e.g. fr, de-DE)
--tracestringwrite flow trace JSON to file (for flow visualization)
More examples
kapi inconsistency-check app.xliff --target-lang de

← Back to the Command Reference