push command uploads your source locale file to LazyLocales and computes a diff against the previous version. It does not trigger translation — use translate for that.
Usage
Options
| Flag | Description |
|---|---|
--dry-run | Show what would be pushed without uploading |
--json | Output machine-readable JSON |
What it does
Read source file
Reads the source locale file from the path defined in your config
(e.g.
./public/locales/en.json).Upload to LazyLocales
Sends the file content to the API. The server computes a diff against the
previous version and stores the new version.