https://github.com/intlify/srvmid
Internationalization server middleware & utilities
https://github.com/intlify/srvmid
h3 hono i18n internationalization intlify middleware web
Last synced: about 21 hours ago
JSON representation
Internationalization server middleware & utilities
- Host: GitHub
- URL: https://github.com/intlify/srvmid
- Owner: intlify
- License: mit
- Created: 2025-11-12T17:41:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-06-08T01:10:13.000Z (5 days ago)
- Last Synced: 2026-06-08T03:11:08.171Z (5 days ago)
- Topics: h3, hono, i18n, internationalization, intlify, middleware, web
- Language: TypeScript
- Homepage:
- Size: 4.92 MB
- Stars: 13
- Watchers: 0
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
srvmid
[![CI][ci-src]][ci-href]
Internationalization server middleware & utilities
## đĻ Packages
This repository is monorepo for the below packages:
| Package | Description | NPM |
| ---------------------------------------------- | -------------------------------------------------------- | ----------------------------------------------------------------- |
| [`@intlify/h3`](packages/h3/README.md) | Internationalization for [H3](https://h3.dev/) | [![npm version][npm-version-h3-src]][npm-version-h3-href] |
| [`@intlify/hono`](packages/hono/README.md) | Internationalization for [Hono](https://hono.dev/) | [![npm version][npm-version-hono-src]][npm-version-hono-href] |
| [`@intlify/elysia`](packages/elysia/README.md) | Internationalization for [Elysia](https://elysiajs.com/) | [![npm version][npm-version-elysia-src]][npm-version-elysia-href] |
| [`@intlify/nitro`](packages/nitro/README.md) | Internationalization for [Nitro](https://nitro.build/) | [![npm version][npm-version-nitro-src]][npm-version-nitro-href] |
## đ Contributing guidelines
If you are interested in contributing to `srvmid`, I highly recommend checking out [the contributing guidelines](/CONTRIBUTING.md) here. You'll find all the relevant information such as [how to make a PR](/CONTRIBUTING.md#pull-request-guidelines), [how to setup development](/CONTRIBUTING.md#development-setup)) etc., there.
## đ¤ Sponsors
The development of `srvmid` is supported by my OSS sponsors!
## ÂŠī¸ License
[MIT](http://opensource.org/licenses/MIT)
[npm-version-h3-src]: https://img.shields.io/npm/v/@intlify/h3?style=flat&colorA=18181B&colorB=FFAD33
[npm-version-h3-href]: https://npmjs.com/package/@intlify/h3
[npm-version-hono-src]: https://img.shields.io/npm/v/@intlify/hono?style=flat&colorA=18181B&colorB=FFAD33
[npm-version-hono-href]: https://npmjs.com/package/@intlify/hono
[npm-version-elysia-src]: https://img.shields.io/npm/v/@intlify/elysia?style=flat&colorA=18181B&colorB=FFAD33
[npm-version-elysia-href]: https://npmjs.com/package/@intlify/elysia
[npm-version-nitro-src]: https://img.shields.io/npm/v/@intlify/nitro?style=flat&colorA=18181B&colorB=FFAD33
[npm-version-nitro-href]: https://npmjs.com/package/@intlify/nitro
[ci-src]: https://github.com/intlify/srvmid/actions/workflows/ci.yml/badge.svg
[ci-href]: https://github.com/intlify/srvmid/actions/workflows/ci.yml