Download Latest Version lingo.dev@0.138.6 source code.zip (1.9 MB)
Email in envelope

Get an email when there's a new version of Lingo.dev

Home / lingo.dev@0.138.6
Name Modified Size InfoDownloads / Week
Parent folder
lingo.dev@0.138.6 source code.tar.gz 2026-08-20 1.5 MB
lingo.dev@0.138.6 source code.zip 2026-08-20 1.9 MB
README.md 2026-08-20 1.4 kB
Totals: 3 Items   3.4 MB 0

Patch Changes

--key filtered with a raw glob match, but flat buckets join nesting with /, so a prefix like auth/login matched no key at all and the run reported everything as cached. It now matches on exact key, on a prefix that ends at a /, or on a glob. auth/login selects auth/login/title and leaves auth/login_url and sign-in-error alone.

A --key run also wrote checksums for every source key, not just the translated subset, which marked untouched keys as translated in i18n.lock. --key now suppresses the checksum write, as --target-locale already did, and no longer computes the discarded checksums at all.

The help text for --key documented dot-separated paths and an auth.login example, neither of which matched real keys. It now states the / separator, that a prefix must end at one, and that a glob does not cross one.

The --frozen failure message told the user to run lingo.dev lockfile, which does nothing once the lockfile section is populated. It now points at lingo.dev run, which localizes what is pending and updates the lockfile.

Source: README.md, updated 2026-08-20