-
This library does not work anymore as this line fails - https://github.com/i18next/i18next-fluent/blob/master/src/index.js#L66
-
I wrote it up on Stack Overflow before I figured out how to post here.
https://stackoverflow.com/questions/54951422/error-i18nextwithtranslation-suspended-while-rendering-but-no-fallback-ui-was
…
-
Hello.
When using `LANG_DETECTOR_LANGUAGES = 'auto'`, or `lang-detector.languages = 'auto'`, values of langs are saved in cache. That's very good!
This is the case on bootstrap too, especially when …
-
I just encountered a very peculiar bug. It's related to the `navigator` resolver.
```
// Browser
navigator.languages
["en-US", "fr-FR", "fr", "en"]
````
Calling `i18nextUniversalLanguageDete…
-
GitHub action for handling the bundle sizes fails now that webpack 5 is outputting hundreds of bundles.
Commenter needs to be updated to produce a smaller output into the report ENV
-
Hello everyone,
I use i18next and my languages are in Contentfull CMS
The structure of the CMS is as follows:
`${URL}/spaces/${SPACE_ID}/entries/ENTRY_ID`
```shell
curl -X GET "https://…
-
Hi there, I'm wondering what the suggested approach is for interpolation when using returnedObjectHandler, as this is defined within init options, but the interpolater isn't available at that point.
…
-
Hi, I'm using TypeScript 3.8.3 and i18next 19.4.4, and when I create my custom backend module, and ran into issues.
If I create a class and generate the definition, with some importing and fixing c…
-
Hi everyone,
I use i18next + languageDetector as follows
```
const conf = {
debug: false,
initImmediate: true,
fallbackLng: 'en-US',
ns: ['lang'],
interpolation: {
…
-
I have searched a lot but nothing found. Could you provide me an example for how to validate the pattern from path.
Example: example.de/de/team should get de
Example: example.de/en-EN/team should …