SaaSHub helps you find the best software and product alternatives Learn more →
Top 12 JavaScript I18next Projects
-
Project mention: 14 Must-Have React Libraries Every Beginner Developer Should Know in 2025: 🚀 | dev.to | 2024-12-26
Multi-language support: Simplify multi-language support in your apps. 🌍 Features include lazy loading, pluralization, and advanced formatting for smooth localization. 🔗react.i18next.com/
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
i18n // load translation using http -> see /public/locales // learn more: https://github.com/i18next/i18next-http-backend .use(Backend) // detect user language // learn more: https://github.com/i18next/i18next-browser-languageDetector .use(LanguageDetector) // pass the i18n instance to react-i18next. .use(initReactI18next) // init i18next // for all options read: https://www.i18next.com/overview/configuration-options .init({ ns: [ "translation", "header", "note", "settings", "zod", "custom", "introduce", "message", ], defaultNS: "translation", fallbackLng: "en", debug: false, detection: { caches: ["localStorage"], }, }); export default i18n;
-
pro-react-admin
基于React: v18.x.x/Webpack: v5.x.x//Vite: 4.x.x/React Router v6.x.x/ Antd: v5..x.x/Typescript: v5.x.x/Fetch Api进行构建的企业级中台基础模板...
-
i18next-scanner
Scan your code, extract translation keys/values, and merge them into i18n resource files.
-
i18next-http-backend
i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.
i18n // load translation using http -> see /public/locales // learn more: https://github.com/i18next/i18next-http-backend .use(Backend) // detect user language // learn more: https://github.com/i18next/i18next-browser-languageDetector .use(LanguageDetector) // pass the i18n instance to react-i18next. .use(initReactI18next) // init i18next // for all options read: https://www.i18next.com/overview/configuration-options .init({ ns: [ "translation", "header", "note", "settings", "zod", "custom", "introduce", "message", ], defaultNS: "translation", fallbackLng: "en", debug: false, detection: { caches: ["localStorage"], }, }); export default i18n;
-
i18next-http-middleware
i18next-http-middleware is a middleware to be used with Node.js web frameworks like express or Fastify and also for Deno.
-
i18next-fs-backend
i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.
-
i18next-locize-backend
A simple i18next backend for locize.com which can be used in Node.js, in the browser and for Deno.
-
-
-
javascript-i18next-example
Example repository demonstrating how to integrate Localazy with your javascript app using the i18next library
JavaScript I18next discussion
JavaScript I18next related posts
-
react internationalization i18n
-
Pains and solutions in localization for the web
-
Building a multilingual NextJS app using the new app directory
-
Supercharge Your TypeScript App: Mastering i18next for Type-Safe Translations
-
From Mono to Multilingual: Supercharge Your React App with i18n
-
Implement multi-language Support in React
-
The Framework Laptop 16
-
A note from our sponsor - SaaSHub
www.saashub.com | 12 Jan 2025
Index
What are some of the best open-source I18next projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | react-i18next | 9,378 |
2 | secure-electron-template | 1,660 |
3 | i18next-browser-languageDetector | 882 |
4 | pro-react-admin | 762 |
5 | i18next-scanner | 589 |
6 | i18next-http-backend | 465 |
7 | i18next-http-middleware | 155 |
8 | i18next-fs-backend | 100 |
9 | i18next-locize-backend | 71 |
10 | react-translate-maker | 35 |
11 | locize-lastused | 3 |
12 | javascript-i18next-example | 3 |