Translation Workflow
Contributor flow
- Run
make i18n-status. - Open
docs/reference/i18n-status.md. - Pick missing keys for your target locale.
- Edit locale files under
internal/platform/i18n/catalog/locales/<locale>/. - Run checks:
make i18n-check
make i18n-status-check
- Submit a PR with updated catalog files and refreshed status artifacts.
Maintainer rules
- New user-facing text must include
en-USentries. - Shared terms belong in the
corenamespace. - Do not reintroduce service-local i18n registries.
- Keep status artifacts (
docs/reference/i18n-status.md,docs/reference/i18n-status.json) in sync with catalog changes.
Useful commands
make i18n-check
make i18n-status
make i18n-status-check