Skip to content

Commit

Permalink
docs: misc style updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Xairoo committed Oct 30, 2022
1 parent 1f2f7c7 commit 35fe9d8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/next-i18next-static-site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ Add your locales like that:

```
📦project
📂locales
┣ 📂de
┃ ┃ ┣ 📜common.json
┗ 📂en
┃ ┃ ┣ 📜common.json
📂locales
┣ 📂de
┃ ┗ 📜common.json
┗ 📂en
📜common.json
```

> The locales folder structure could be changed, just update the locales loader to match your custom structure
Expand Down Expand Up @@ -117,4 +117,4 @@ export default function Home() {
```

> Custom language detection needed?
> Have a look at the `languageDetection()` function: [code](https://github.com/xairoo/next-i18next-static-site/blob/main/packages/next-i18next-static-site/src/index.tsx)
> Have a look at the [`languageDetection()`](https://github.com/xairoo/next-i18next-static-site/blob/main/packages/next-i18next-static-site/src/index.tsx) function.

0 comments on commit 35fe9d8

Please sign in to comment.