i18next-http-backend icon indicating copy to clipboard operation
i18next-http-backend copied to clipboard

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

Results 5 i18next-http-backend issues
Sort by recently updated
recently updated
newest added

## 🐛 Bug Report I want to watch changes in the translation JSON files like `reloadOnPrerender` in next-18next does https://github.com/i18next/next-i18next#reloading-resources-in-development But every time I make changes to JSON files it...

stale

## 🚀 Feature Proposal Add the possibility to add timeout for fetching i18n resource like the axios config `timeout`. (See example here for timeout: https://axios-http.com/docs/req_config and search for timeout) ##...

stale

This PR removes support for XMLHttpRequest as it is not used widely anymore for fetching things. Fetch API no longer requires a polyfill on Node.js, and is supported by all...

future MAJOR release

I current have the following setup. But here the API call goes for each namespace. Is there a way to fetch all namespaces from a single API and use the...

i18next::translator: missingKey en translation K1 K1 ![image](https://github.com/i18next/i18next-http-backend/assets/13252682/192f375f-3423-4cbb-aeda-4d2faa0d0d0c) ` import i18next from "i18next"; import { initReactI18next } from "react-i18next"; import LanguageDetector from "i18next-browser-languagedetector"; import backend from "i18next-http-backend"; import axios from "axios";...