cli/pkg/i18n/locales
Snider 6f6ee99008 refactor(i18n): consolidate 85 keys into reusable templates
Replace specific messages with parameterized templates:

- 60 "failed to X" errors -> common.error.failed + Action
- 10 "Running X" messages -> common.progress.running + Task
- 4 "Checking X" messages -> common.progress.checking + Item
- 13 "X successfully" messages -> common.success.completed + Action

This reduces translation maintenance - translators only need to
translate 3 templates instead of 85 individual messages.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 11:44:45 +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): consolidate 85 keys into reusable templates 2026-01-30 11:44:45 +00:00
en_US.json feat(i18n): add regional English variants with en_GB as default 2026-01-30 02:48:36 +00:00