An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


logo


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!



sponsor

## ÂŠī¸ 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