-
Hi, i get this console error in any interaction with my view
'i18next::translator: missingKey fr backoffice'
even i tried ti put
react: {
wait: true,
}
but this did not work
…
-
## The dependency [i18next-browser-languagedetector](https://github.com/i18next/i18next-browser-languageDetector) was updated from `3.0.1` to `3.0.2`.
🚨 [View failing branch](https://github.com/SFDO…
-
We could automatically set language based on current locale (at least on Linux). This would be relatively easy to implement, so contributions are very welcome. If anyone decides to take it, I'll be ab…
-
I am using below configuration to set the locale of the app by asynchronously detecting the locale of the user:
`import i18n from 'i18next';
import { initReactI18next } from 'react-i18next';
impo…
-
This is more of an optimization request I suppose. I was trying out the language detector and wanted to see the lng=de in action. I was surprised to see that the en was loaded before the de. The de st…
-
I did just like the example in [documents](https://react.i18next.com/legacy-v9/step-by-step-guide#c-auto-detect-the-user-language).
This is a screenshot of my code:
As you can see, I set `look…
-
### Describe your environment
* Operating System version: Windows 10, Chrome 62
* Firebase SDK version: https://github.com/firebase/firebase-js-sdk/commit/e979cc7793ee0a4f1c22590e4635f97561562…
-
Seems that TS support is now someway broken. (typescript 3.5.3, i18next 17.0.9)
```typescript
import i18next from 'i18next';
```
asks to use allowSyntheticDefaultImports, if I change to
```types…
mharj updated
5 years ago
-
I have recently upgraded my Angular 2.0.1 application to Angular 4.2.2 version.
after up-gradation when I compile my application I am getting below mentioned errors and my application stopped working…
-
I suggest that an option is added to control when the detected language is cached and not.
I.e. my users run the app, and the app detects their chosen language and uses that. If they change their …