email-gateway
Localized transactional emails using i18n message catalogs.
i18n adds internationalization to your Go service with message catalogs and locale middleware for multi-language support.
Use i18n when your service needs to serve users in multiple languages — API error messages, email content, or server-rendered UI copy. YAML catalogs per locale make translations easy to manage without recompiling.
Suggests: http-api, email-gateway
verikt new my-service --language go --cap i18n# or add to an existing service:verikt add i18nemail-gateway
templ
http-api