Documentation
README
translate β fill missing .po translations with a cheap model
Replaces pnpm translate (which would run every string through the main model).
Instead: a deterministic script finds every empty msgstr, chunks them into
jobs, Haiku subagents translate the chunks (invoked with model: "haiku" so
the expensive main model only orchestrates), and a deterministic merge script
writes them back β no model in the write path. Input β output: empty msgstr in
packages/locale/locales/{locale}/{erp,mes}.po β filled msgstr.
Announce at start: "Using the translate skill β filling missing .po translations via Haiku subagents."
This is the opening of the README. Read the full README on GitHub.