Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Nov 1, 2023
1 parent 085c8df commit 5cc3483
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
If you are using next-i18next *(pages directory)* in production and like to unleash some super powers, you may have a look at [this blog post](https://locize.com/blog/next-i18next/).
[![](https://locize.com/blog/next-i18next/next-i18next.jpg)](https://locize.com/blog/next-i18next/)

If you're using Next.js 13 with app directory, there is no need for next-i18next, you can directly use i18next and react-i18next, like described [in this blog post](https://locize.com/blog/next-13-app-dir-i18n/).
If you're using Next.js 13/14 with app directory, there is no need for next-i18next, you can directly use i18next and react-i18next, like described [in this blog post](https://locize.com/blog/next-13-app-dir-i18n/).
[![](https://locize.com/blog/next-13-app-dir-i18n/next-13-app-dir-i18n.jpg)](https://locize.com/blog/next-13-app-dir-i18n/)

## What is this?
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/public/locales/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"title": "Hauptseite | next-i18next",
"blog": {
"appDir": {
"question": "Verwendest du das neue Next.js 13 mit app directory?",
"question": "Verwendest du das neue Next.js 13/14 mit app directory?",
"answer": "Dann schau dir <1>diesen Blogbeitrag</1> an.",
"link": "https://locize.com/blog/next-13-app-dir-i18n/"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"title": "Home | next-i18next",
"blog": {
"appDir": {
"question": "Are you using the new Next.js 13 app directory?",
"question": "Are you using the new Next.js 13/14 app directory?",
"answer": "Then check out <1>this blog post</1>.",
"link": "https://locize.com/blog/next-13-app-dir-i18n/"
},
Expand Down

0 comments on commit 5cc3483

Please sign in to comment.