From b65858b215f63c5eb491a4f53cbfa9c5991cdd25 Mon Sep 17 00:00:00 2001 From: Tornado Softwares <88395415+tornado-softwares@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:24:18 +0200 Subject: [PATCH] Add Intlayer plugin to plugins overview --- docs/plugins/overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/overview.md b/docs/plugins/overview.md index d5b01a5b..7aa54eb2 100644 --- a/docs/plugins/overview.md +++ b/docs/plugins/overview.md @@ -86,6 +86,7 @@ Here are some of the official plugins maintained by the Elysia team: - [ETag](https://github.com/bogeychan/elysia-etag) - automatic HTTP [ETag](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag) generation - [CDN Cache](https://github.com/johnny-woodtke/elysiajs-cdn-cache) - Cache-Control plugin for Elysia - no more manually setting HTTP headers - [Basic Auth](https://github.com/eelkevdbos/elysia-basic-auth) - basic HTTP authentication (using `request` event) +- [Intlayer](https://intlayer.org/doc/environment/elysia) - Internationalization plugin for localized responses. - [i18n](https://github.com/eelkevdbos/elysia-i18next) - [i18n](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/i18n) wrapper based on [i18next](https://www.i18next.com/) - [Intlify](https://github.com/intlify/srvmid/blob/main/packages/elysia/README.md) - Internationalization server middleware & utilities - [Elysia Request ID](https://github.com/gtramontina/elysia-requestid) - add/forward request IDs (`X-Request-ID` or custom)