Skip to content

status

Check the diff between local and remote translations.

Terminal window
loco-cli status

Options

--direction

Direction to diff translations:

ValueDescription
remoteOnly check for local translations missing remotely
localOnly check for remote translations missing locally
bothCheck both directions (default)
Terminal window
# Only show what's missing in Loco
loco-cli status --direction remote
# Only show what's missing locally
loco-cli status --direction local