go/cmd/dev
Snider e8cdb31a98 refactor(i18n): remove redundant P, PS, L shorthand functions
These are now redundant with the i18n.* namespace magic:
- P("fetch") → T("i18n.progress.fetch")
- PS("build", "x") → T("i18n.progress.build", "x")
- L("status") → T("i18n.label.status")

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:05:24 +00:00
..
bundles.go feat(framework): add QUERY/QUERYALL/PERFORM dispatch patterns 2026-01-30 10:18:54 +00:00
dev.go refactor(cli): move cmd/shared to pkg/cli with runtime 2026-01-30 10:32:05 +00:00
dev_api.go feat(i18n): add translation keys to all CLI commands 2026-01-30 02:37:57 +00:00
dev_ci.go refactor(i18n): remove redundant P, PS, L shorthand functions 2026-01-30 15:05:24 +00:00
dev_commit.go refactor(i18n): consolidate duplicate translation keys into common section 2026-01-30 11:32:25 +00:00
dev_health.go refactor(i18n): consolidate duplicate translation keys into common section 2026-01-30 11:32:25 +00:00
dev_impact.go refactor(i18n): consolidate duplicate translation keys into common section 2026-01-30 11:32:25 +00:00
dev_issues.go refactor(i18n): remove redundant P, PS, L shorthand functions 2026-01-30 15:05:24 +00:00
dev_pull.go refactor(i18n): consolidate duplicate translation keys into common section 2026-01-30 11:32:25 +00:00
dev_push.go refactor(i18n): consolidate duplicate translation keys into common section 2026-01-30 11:32:25 +00:00
dev_reviews.go refactor(i18n): remove redundant P, PS, L shorthand functions 2026-01-30 15:05:24 +00:00
dev_sync.go refactor(i18n): consolidate 85 keys into reusable templates 2026-01-30 11:44:45 +00:00
dev_vm.go refactor(i18n): consolidate duplicate translation keys into common section 2026-01-30 11:32:25 +00:00
dev_work.go refactor(i18n): consolidate duplicate translation keys into common section 2026-01-30 11:32:25 +00:00