Skip to content

localekit diff

Show changes since last translation

Login required

Usage

bash
localekit diff [path] [options]

Arguments

ArgumentDescriptionDefault
pathPath to analyze (defaults to current directory).

Options

OptionDescriptionDefault
--config <config>Path to configuration file (.localekitrc.yml)

Flags

FlagDescription
--jsonOutput as JSON
-v, --verboseShow 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.

LocaleKit CLI 0.7.2 · Built by Hexagone Studio