Internationalization for react done right. Using the i18next i18n ecosystem.
i18next: learn once - translate everywhere
language detector used in browser environment for i18next
Scan your code, extract translation keys/values, and merge them into i18n resource files.
i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno.
Parse your code to extract translation keys/values and manage your catalog files
[deprecated] can be replaced with i18next-http-backend
[deprecated] can be replaced with i18next-http-middleware
converts gettext .mo or .po to 18next json format and vice versa
jQuery-i18next is a jQuery based Javascript internationalization library on top of i18next. It helps you to easily internationalize your web applications.
translation for AngularJS using i18next
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 is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.