Skip to content

Commit 55ff9d7

Browse files
committed
troubleshooting advice
1 parent 5804f64 commit 55ff9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you don't like to manage your translation files manually or are simply lookin
2727

2828
Make sure you set the `debug` option of i18next to `true`. This will maybe log more information in the developer console.
2929

30-
**Seeing failed http requests, like 404?**
30+
### Seeing failed http requests, like 404?
3131

3232
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?
3333

@@ -42,7 +42,7 @@ i18next.init({
4242
})
4343
```
4444

45-
**Slow i18next initialization?**
45+
### Slow i18next initialization?
4646

4747
The chance is high, that your http requests fails. In that case i18next retries a couple of times before finishing the initialization.
4848
You have 2 options to address this:

0 commit comments

Comments
 (0)