cli/pkg/i18n/locales
Snider 3169728d3a refactor(i18n): consolidate duplicate translation keys into common section
Add common.* keys for reusable translations:
- common.label.* - UI labels (error, done, status, version, etc.)
- common.status.* - status words (running, stopped, dirty, synced)
- common.error.* - error messages (failed, not_found, working_dir)
- common.flag.* - CLI flag descriptions (registry, verbose, etc.)
- common.count.* - count templates (failed, passed, skipped)
- common.result.* - result messages (all_passed, no_issues)
- common.progress.* - progress messages (running, checking)
- common.hint.* - help hints (install_with, fix_deps)

Update all cmd/* files to use common keys instead of duplicated
command-specific keys. Reduces translation maintenance burden
and ensures consistency across the CLI.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 11:32:25 +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 duplicate translation keys into common section 2026-01-30 11:32:25 +00:00
en_US.json feat(i18n): add regional English variants with en_GB as default 2026-01-30 02:48:36 +00:00