From b7aca9614e7e8e8921fd54804463ce78fdb034f1 Mon Sep 17 00:00:00 2001 From: kazuya kawaguchi Date: Wed, 18 Oct 2023 12:05:54 +0900 Subject: [PATCH] docs: add `@intlify/h3` to community packages (#559) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8e6c0977..86fb1c07 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,15 @@ PRs are welcome to add your packages. - [h3-valibot](https://github.com/intevel/h3-valibot) - `useValidateBody(event, schema)` - `useValidateParams(event, schema)` +- [@intlify/h3](https://github.com/intlify/h3) + - `defineI18nMiddleware(options)` + - `useTranslation(event)` + - `getHeaderLocale(event, options)` + - `getHeaderLocales(event, options)` + - `getCookieLocale(event, options)` + - `setCookieLocale(event, options)` + - `getPathLocale(event, options)` + - `getQueryLocale(event, options)` ## License