Description
Create a new agent that helps implement internationalization (i18n) for API error messages, validation messages, and user-facing content.
Why
APIs serving global audiences need localized error messages and validation responses. An i18n agent provides patterns for extracting translatable strings, organizing locale files, and selecting the correct language based on the `Accept-Language` header.
Acceptance Criteria
Description
Create a new agent that helps implement internationalization (i18n) for API error messages, validation messages, and user-facing content.
Why
APIs serving global audiences need localized error messages and validation responses. An i18n agent provides patterns for extracting translatable strings, organizing locale files, and selecting the correct language based on the `Accept-Language` header.
Acceptance Criteria