-
Great library!
Is it possible to detect language and then define how detected language would be stored?
We use language only (e.g. en) without region - and it works great. But when language is…
-
Hello I have a modular project structure in my webapp. Means:
```
- index.html
-moduleA
-- lang
---- de.json
---- en.json
- moduleB
-- lang
---- de.json
---- en.json
...
```
This means I dont have …
-
**Describe the bug**
images are show 1 sec and disappear when use 'const { i18n } = useTranslation(); '
my code
`
import React, { Suspense } from 'react';
import { Route } from 'react-router-do…
-
Hi!
I'm looking for a way to retrieve the **current and active** language.
Not the detected one (`i18n.language`).
I could look through `i18n.languages` and use the `fallbackLng` as a fallback,…
ugogo updated
4 years ago
-
I am trying to load language from my .Net core Backend, At the client-side, I have the following code:
```
import i18n from 'i18next';
import LanguageDetector from 'i18next-browser-languagedet…
MP-OT updated
4 years ago
-
I tried the most basic example [/examples/basic/index.js](https://github.com/i18next/i18next-express-middleware/blob/master/examples/basic/index.js) and figured out that the `saveMissing: true` option…
-
Rule-based engine is ignoring list of languages loaded in `LanguageDetector`.
```
LanguageDetectorBuilder
.fromLanguages(ENGLISH, SPANISH).build()
.detectLanguageOf(text …
-
### Setup and configuration
- SMW version: 3.2.0-alpha
- MW version: 1.33.2
- PHP version: 7.3.14
- MySQL version: 5.6.46-86.2
### Issue
When running `rebuildFulltextSearchTable.php` with `$…
-
Hello,
First, thank you for supporting nested namespaces with 1.5.0, it works really well!
Occassionally, we get this error:
![i18next-hmr](https://user-images.githubusercontent.com/18324525/84…
-
### Describe the bug
Hello,
I'm trying to build my CRA docker image but `react-scripts build` fails with the error below when I install only "dependencies".
Looks like it tries to use global ESL…