localekit diff
Show changes since last translation
Login requiredUsage
bash
localekit diff [path] [options]Arguments
| Argument | Description | Default |
|---|---|---|
path | Path to analyze (defaults to current directory) | . |
Options
| Option | Description | Default |
|---|---|---|
--config <config> | Path to configuration file (.localekitrc.yml) | — |
Flags
| Flag | Description |
|---|---|
--json | Output as JSON |
-v, --verbose | Show detailed key-by-key changes |
JSON Output
json
{
"since": "2026-03-18T10:30:00Z",
"hasChanges": true,
"newKeys": ["home.welcome"],
"removedKeys": [],
"modifiedKeys": ["home.title"],
"needsRetranslation": ["home.subtitle"]
}WARNING
Requires a .localekit-snapshot.json file created by a previous localekit translate run.
