cli/pkg/i18n/locales
Snider fc74d4df9c refactor(i18n): use grammar engine for progress messages
- Replace cli.progress.* keys with i18n.P() dynamic generation
- Remove 7 static progress keys from en_GB.json (building, checking, etc.)
- Add additional core.* intents (format, analyse, link, unlink, fetch, etc.)
- Add grammar helpers: Progress(), ProgressSubject(), ActionResult(), Label()
- Add package-level convenience functions: P(), PS(), L()
- Update commands to use common.prompt.abort instead of cli.confirm.abort

The grammar engine now generates progress messages dynamically:
  i18n.P("check")  → "Checking..."
  i18n.P("fetch")  → "Fetching..."

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 12:43:03 +00:00
..
de.json feat(i18n): add internationalization package for CLI 2026-01-30 01:42:53 +00:00
en_AU.json feat(push): handle diverged branches with pull-and-retry 2026-01-30 08:02:27 +00:00
en_GB.json refactor(i18n): use grammar engine for progress messages 2026-01-30 12:43:03 +00:00
en_US.json feat(i18n): add regional English variants with en_GB as default 2026-01-30 02:48:36 +00:00