You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ If you don't like to manage your translation files manually or are simply lookin
27
27
28
28
Make sure you set the `debug` option of i18next to `true`. This will maybe log more information in the developer console.
29
29
30
-
**Seeing failed http requests, like 404?**
30
+
### Seeing failed http requests, like 404?
31
31
32
32
Are you using a [language detector](https://github.com/i18next/i18next-browser-languageDetector) plugin that detects region specific languages you are not providing? i.e. you provide `'en'` translations but you see a `'en-US'` request first?
33
33
@@ -42,7 +42,7 @@ i18next.init({
42
42
})
43
43
```
44
44
45
-
**Slow i18next initialization?**
45
+
### Slow i18next initialization?
46
46
47
47
The chance is high, that your http requests fails. In that case i18next retries a couple of times before finishing the initialization.
0 commit comments