I am likely missing some simple solution, but I would like to know how one would send a custom request using i18next-http-backend with a url that cannot be defined by the loadPath option. I had though it would be easily done via the request function, but the issue there is that the namespaces and locales being requested are not part of the arguments list. As a result the only option I had come up with is JSON encoding them in a loadPath function to then decode them in the request function, but that feels unnecessarily convoluted.
Custom request with i18next-http-backend
96 Views Asked by seMikel At
0
There are 0 best solutions below
Related Questions in I18NEXT
- Problem with app router when used with nextra & i18n
- Next js app throwing 404 error when deployed to vercel, even though it works fine on local
- For react app vith vite, in development, reloading does not work
- Next.js 14: using next-intl to change the language, redirects me to home page whenever I change the language
- next-i18next Problem with multiple links redirecting to the same location
- getFixedT not working as expected in react-i18next
- Multi-country app with separate content for each country next js 14
- ForceRTL on iOS isn't working in React Native App
- How to return JSX object with I18Next?
- Implementing Multi-language Translation in React Router DOM with i18n for Outlook Add-ins
- Next.js: SyntaxError: Named export 'i18n' not found
- Data comming from api but not set in state
- nextjs 13, 14 App Directory language without i18n - internalization
- How to use both remote JSON files and local JSON files in React use i18next
- Change default language in react into arabic using i18n
Related Questions in I18NEXT-HTTP-BACKEND
- How to use both remote JSON files and local JSON files in React use i18next
- Serving translation files in S3 using i18next, yet getting i18next::translator: missingKey and page showing keys only even when files loaded properly
- failed parsing /locales/en/translation.json with i18next and react.js
- Better approach for using i18next library - but I don't know how to achieve it
- how to use i18next in sailsjs
- Custom request with i18next-http-backend
- How to fill the value the same as key in translation.json i18next-parser
- i18next Server side translations won't re-fetch the translation changes and update the page when using ISR in NextJS
- Using i18next-chained-backend to load resources from api and using local data as fallback.But translation key is shown in the application not value
- initialI18nStore is empty when i18next-http-backend is used
- How to set dynamic custom header in i18next-http-backend plugin?
- Add i18next to a ReactJS project with dvajs
- How to create shared language resources with i18next in multi-app node/express & react monorepo?
- i18next-http-backend not working on production
- How to mock i18next-http-backend?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?