i18next-http-backend

i18next-http-backend is a backend layer for i18next using in Node.js, in the browser and for Deno. (by i18next)

I18next-http-backend Alternatives

Similar projects and alternatives to i18next-http-backend

  1. React

    The library for web and native user interfaces.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. create-react-app

    Set up a modern web app by running one command.

  4. Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

  5. react-bootstrap

    Bootstrap components built with React

  6. moment

    Parse, validate, manipulate, and display dates in javascript.

  7. react-i18next

    Internationalization for react done right. Using the i18next i18n ecosystem.

  8. i18next

    i18next: learn once - translate everywhere

  9. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  10. react-helmet

    A document head manager for React

  11. Luxon

    ⏱ A library for working with dates and times in JS

  12. i18next-browser-languageDetector

    language detector used in browser environment for i18next

  13. i18next-locize-backend

    A simple i18next backend for locize.com which can be used in Node.js, in the browser and for Deno.

  14. locize-cli

    locize cli to import / export locales, add / edit / remove, sync segments

  15. locize-lastused

    Using API lastUsed using in node.js, in the browser and for deno.

  16. react-i18n-tutorial

    Tutorial for Internationalization In React

  17. locize

    locize InContextEditor postMessage API

  18. jquery-i18next

    jQuery-i18next is a jQuery based Javascript internationalization library on top of i18next. It helps you to easily internationalize your web applications.

  19. http

    An isomorphic http client for Svelte applications (by beyonk-group)

  20. i18next-vue

    Internationalization for Vue 2 & 3 using the i18next ecosystem

  21. joss

    JOSS can serialize almost every JavaScript data type and data structure, so data can be seamlessly exchanged between browsers and servers (Deno or Node.js).

  22. i18next-resources-for-ts

    This package helps to transform resources to be used in a typesafe i18next project.

  23. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better i18next-http-backend alternative or higher similarity.

i18next-http-backend discussion

Log in or Post with

i18next-http-backend reviews and mentions

Posts with mentions or reviews of i18next-http-backend. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-01.
  • react internationalization i18n
    2 projects | dev.to | 1 Aug 2024
    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;
  • Supercharge Your TypeScript App: Mastering i18next for Type-Safe Translations
    6 projects | dev.to | 22 Jun 2023
    A React.js based i18next setup with in-memory translation resources could also look very similar to the above example, so let's raise the bar a little bit and see what a setup with lazy loading translations like with i18next-http-backend looks like:
  • Implement multi-language Support in React
    2 projects | dev.to | 10 May 2023
    The next package will load the values depending on the language returned by the language detector.
  • How to properly internationalize a Vue application using i18next
    8 projects | dev.to | 15 May 2022
    import i18next from 'i18next' import I18NextVue from 'i18next-vue' import LanguageDetector from 'i18next-browser-languagedetector' import Backend from 'i18next-http-backend' export const i18nextPromise = i18next // i18next-http-backend // loads translations from your server // https://github.com/i18next/i18next-http-backend .use(Backend) // detect user language // learn more: https://github.com/i18next/i18next-browser-languageDetector .use(LanguageDetector) // init i18next // for all options read: https://www.i18next.com/overview/configuration-options .init({ debug: true, fallbackLng: 'en' }); export default function (app) { app.use(I18NextVue, { i18next }) return app }
  • The progressive guide to jQuery internationalization (i18n) using i18next
    8 projects | dev.to | 2 Feb 2022
    // ... $(function () { // use plugins and options as needed, for options, detail see // https://www.i18next.com i18next // i18next-http-backend // loads translations from your server // https://github.com/i18next/i18next-http-backend .use(i18nextHttpBackend) // detect user language // learn more: https://github.com/i18next/i18next-browser-languageDetector .use(i18nextBrowserLanguageDetector) // init i18next // for all options read: https://www.i18next.com/overview/configuration-options .init({ debug: true, fallbackLng: 'en' }, (err, t) => { if (err) return console.error(err); // ... }); });
  • How to Internationalize a React App
    8 projects | dev.to | 2 Sep 2021
    In addition, we need to install i18next-http-backend which allows us to fetch translations from a directory, and i18next-browser-languagedetector which allows us to detect the user's language:
  • How to properly internationalize a React application using i18next
    12 projects | dev.to | 14 Apr 2021
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 14 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic i18next-http-backend repo stats
7
479
7.7
9 days ago

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?