From cc3ee7100d2074cc991cd3cb385e067f0c74403a Mon Sep 17 00:00:00 2001 From: "Warren R. Bank" Date: Sun, 21 Apr 2024 13:53:03 -0700 Subject: [PATCH] PR: add "@warren-bank/i18next-svelte" to list of supported frameworks URLs: * https://www.i18next.com/overview/supported-frameworks * https://github.com/i18next/i18next-gitbook/blob/master/overview/supported-frameworks.md * https://github.com/warren-bank/js-i18next-svelte --- overview/supported-frameworks.md | 1 + 1 file changed, 1 insertion(+) diff --git a/overview/supported-frameworks.md b/overview/supported-frameworks.md index 1062a50..4194796 100644 --- a/overview/supported-frameworks.md +++ b/overview/supported-frameworks.md @@ -9,6 +9,7 @@ This list is not officially maintained; information here is contributed by the l | Flutter | [i18next](https://pub.dev/packages/i18next) | Also supports Flutter's LocalizationsDelegate | | React | [react-i18next](https://github.com/i18next/react-i18next) | A powerful **internationalization** framework for **React** / **React Native** which is based on i18next. | | Svelte | [svelte-i18next](https://github.com/NishuGoel/svelte-i18next) | A Svelte wrapper for i18next | +| Svelte | [@warren-bank/i18next-svelte](https://github.com/warren-bank/js-i18next-svelte) | A Svelte wrapper for i18next | | Next.js | [next-i18next](https://github.com/i18next/next-i18next) | The easiest way to translate your Next.js apps | | Next.js | [ni18n](https://jcquintas.gitbook.io/ni18n/) | An easy to use integration for [Next.js](https://nextjs.org) to enable i18next translations on your application with support for SSR, SSG and Client translation loading. | | Next.js | [next-right-now](https://github.com/UnlyEd/next-right-now) | Flexible production-grade boilerplate with Next.js 9 and Zeit Now, with pre-configured Sentry, cookies, Amplitude, Emotion, FontAwesome, GraphQL/GraphCMS (Apollo), Bootstrap (Reactstrap), **i18next (Locize)**, Jest, Cypress (E2E tests) and CI/CD (GH Actions), with full TypeScript support and support for B2B multi-tenants web apps (monorepo) |