kapi tm
kapi tmManage translation memory.
A translation memory (TM) stores previously translated segments as a SQLite database. Use these commands to import/export TMX, look up matches, and manage TM entries.
Resource location (mutually exclusive): --name <n> Named TM in KAPI_HOME (~/.config/kapi/tm/<n>.db) --local TM in current directory (./tm.db) --file <path> Explicit file path
Default (no flag): same as --local (uses ./tm.db).
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 tm statsFlags
This command has no local flags.
More examples
kapi tm lookup "welcome back" -s en -t fr kapi tm import corpus.tmx -s en -t fr← Back to the Command Reference