-
These are my dependencies related to i18next:
"react": "15.4.2",
"i18next-locize-backend": "1.4.2"
"i18next": "11.2.2",
"react-i18next": "7.6.0",
"i18next-browser-languagedetector": "2.2.0",
…
-
Hi, I had trouble using this library with local storage. My expected flow is to fetch server side translation and cache the response in AsyncStorage. If I'm setting `Fetch` as Primary backend, the tra…
-
Hi,
Using Laravel 5.7, I just install this package via composer then add this to providers config:
LanguageDetector\LanguageDetector::class,
When running with the provided example, I got this…
-
From where it came: https://github.com/daniloster/svelte-i18n/pull/8
-
## Is your feature request related to a problem? Please describe.
Currently next-i18next does not support serverless. It appears that the i18n-middleware create some troubles when used on lambda #271…
-
Hello there,
**The Error**
I am getting the following error message:
```js
Uncaught TypeError: Object(...) is not a function
at useSWR (use-swr.js:123)
at useRequest (useRequest.t…
-
## Summary
Hey there! I have problems building our page for IE11.
But there seem to more underlying issues as well and I think it comes from webpack or ES6 in modules or similar.
While starting w…
-
## Description
jitsi-meet use some invalid language codes (`zhCN`, `zhTW`, `frCA`) which can't be recognized by language detector.
## Current behavior
When `LANG_DETECTION` flag is set to `tr…
-
All other packages I currently use, works fine.
But for i18next-browser-languageDetector I get this error. Any ideas for solving it would be very welcome. ^_^
by node_modules\i18next-browser-langu…
-
Hello there,
Nice work you done here ;)
Just tried to migrate from a 10.x to 11.x and got issue when coupling i18next-multiload-backend-adapter && i18next-chained-backend and couldn't make it.
…