localekit status
Show translation status and coverage
Login requiredUsage
bash
localekit status [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) | — |
--workspace-dir <workspace-dir> | Path to workspace XLIFF directory (uses workspace files instead of platform scan) | — |
Flags
| Flag | Description |
|---|---|
--json | Output as JSON |
-d, --detailed | Show detailed per-language breakdown |
JSON Output
json
{
"platform": "Xcode",
"totalFiles": 1,
"totalEntries": 42,
"files": [
{
"name": "Localizable.xcstrings",
"entries": 42,
"languages": ["en-US", "de-DE"],
"baseLanguage": "en-US",
"coverage": { "de-DE": { "progress": 95, "translated": 40, "total": 42 } }
}
]
}