Skip to content

Commit 9f4c4a7

Browse files
committed
update links and images
1 parent fc99764 commit 9f4c4a7

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
**The easiest way to translate your Next.js apps *(with pages setup)*.**
99

1010
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/).
11-
[![](https://locize.com/blog/next-i18next/next-i18next.jpg)](https://locize.com/blog/next-i18next/)
11+
[![](https://cdn.prod.website-files.com/67a323e323a50df7f24f0a94/67ab24f30259692f8593a923_next-i18next.jpg)](https://locize.com/blog/next-i18next/)
1212

1313
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-app-dir-i18n/).
14-
[![](https://locize.com/blog/next-app-dir-i18n/next-app-dir-i18n.jpg)](https://locize.com/blog/next-app-dir-i18n/)
14+
[![](https://cdn.prod.website-files.com/67a323e323a50df7f24f0a94/67ab23a11128dcf4b9533ed0_next-app-dir-i18n.jpg)](https://locize.com/blog/next-app-dir-i18n/)
1515

1616
## What is this?
1717

@@ -451,7 +451,7 @@ Are you trying to generate a [static HTML export](https://nextjs.org/docs/advanc
451451
452452
But there's a way to workaround that with the help of [next-language-detector](https://github.com/i18next/next-language-detector).
453453
Check out [this blog post](https://locize.com/blog/next-i18n-static/) and [this example project](./examples/ssg/).
454-
[![](https://locize.com/blog/next-i18n-static/title.jpg)](https://locize.com/blog/next-i18n-static/)
454+
[![](https://cdn.prod.website-files.com/67a323e323a50df7f24f0a94/67a627037d01688d9ccb79dd_title%20(2).jpg)](https://locize.com/blog/next-i18n-static/)
455455

456456
### Translate in child components
457457

examples/auto-static-optimize/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Homepage = (
5050
<a href={t('blog.appDir.link')}>
5151
<img
5252
style={{ width: '50%' }}
53-
src="https://locize.com/blog/next-app-dir-i18n/next-app-dir-i18n.jpg"
53+
src="https://cdn.prod.website-files.com/67a323e323a50df7f24f0a94/67ab23a11128dcf4b9533ed0_next-app-dir-i18n.jpg"
5454
/>
5555
</a>
5656
</div>
@@ -68,7 +68,7 @@ const Homepage = (
6868
<a href={t('blog.optimized.link')}>
6969
<img
7070
style={{ width: '50%' }}
71-
src="https://locize.com/blog/next-i18next/next-i18next.jpg"
71+
src="https://cdn.prod.website-files.com/67a323e323a50df7f24f0a94/67ab24f30259692f8593a923_next-i18next.jpg"
7272
/>
7373
</a>
7474
</div>
@@ -85,7 +85,7 @@ const Homepage = (
8585
<a href={t('blog.ssg.link')}>
8686
<img
8787
style={{ width: '50%' }}
88-
src="https://locize.com/blog/next-i18n-static/title.jpg"
88+
src="https://cdn.prod.website-files.com/67a323e323a50df7f24f0a94/67a627037d01688d9ccb79dd_title%20(2).jpg"
8989
/>
9090
</a>
9191
</div>

examples/simple/pages/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const Homepage = (
5050
<a href={t('blog.appDir.link')}>
5151
<img
5252
className="card-img"
53-
src="https://locize.com/blog/next-app-dir-i18n/next-app-dir-i18n.jpg"
53+
src="https://cdn.prod.website-files.com/67a323e323a50df7f24f0a94/67f268673fcfae53e5d4697c_i18n-next-app-router.jpg"
5454
/>
5555
</a>
5656
</div>
@@ -69,7 +69,7 @@ const Homepage = (
6969
<a href={t('blog.optimized.link')}>
7070
<img
7171
className="card-img"
72-
src="https://locize.com/blog/next-i18next/next-i18next.jpg"
72+
src="https://cdn.prod.website-files.com/67a323e323a50df7f24f0a94/67ab24f30259692f8593a923_next-i18next.jpg"
7373
/>
7474
</a>
7575
</div>
@@ -84,7 +84,7 @@ const Homepage = (
8484
<a href={t('blog.ssg.link')}>
8585
<img
8686
className="card-img"
87-
src="https://locize.com/blog/next-i18n-static/title.jpg"
87+
src="https://cdn.prod.website-files.com/67a323e323a50df7f24f0a94/67a627037d01688d9ccb79dd_title%20(2).jpg"
8888
/>
8989
</a>
9090
</div>

examples/simple/public/locales/de/common.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"title": "Hauptseite | next-i18next",
88
"blog": {
99
"appDir": {
10-
"question": "Verwendest du das neue Next.js 13/14 mit app directory?",
10+
"question": "Verwendest du das neue Next.js App Router?",
1111
"answer": "Dann schau dir <1>diesen Blogbeitrag</1> an.",
12-
"link": "https://locize.com/blog/next-app-dir-i18n/"
12+
"link": "https://www.locize.com/blog/i18n-next-app-router"
1313
},
1414
"optimized": {
1515
"question": "Möchtest du einige Superkräfte entfesseln, um für alle Seiten optimierte Übersetzungen zu haben?",
1616
"answer": "Dann schaue dir vielleicht <1>diesen Blogbeitrag</1> an.",
17-
"link": "https://locize.com/blog/next-i18next-de/"
17+
"link": "https://locize.com/blog/next-i18next"
1818
},
1919
"ssg": {
2020
"question": "Möchtest du SSG (next export) verwenden?",
2121
"answer": "Dann schaue dir vielleicht <1>diesen Blogbeitrag</1> an.",
22-
"link": "https://locize.com/blog/next-i18n-statisch/"
22+
"link": "https://locize.com/blog/next-i18n-static"
2323
}
2424
}
2525
}

examples/simple/public/locales/en/common.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"title": "Home | next-i18next",
88
"blog": {
99
"appDir": {
10-
"question": "Are you using the new Next.js 13/14 app directory?",
10+
"question": "Are you using the new Next.js App Router?",
1111
"answer": "Then check out <1>this blog post</1>.",
12-
"link": "https://locize.com/blog/next-app-dir-i18n/"
12+
"link": "https://www.locize.com/blog/i18n-next-app-router"
1313
},
1414
"optimized": {
1515
"question": "Do you like to unleash some super powers to have all side optimized translations?",
1616
"answer": "Then you may have a look at <1>this blog post</1>.",
17-
"link": "https://locize.com/blog/next-i18next/"
17+
"link": "https://locize.com/blog/next-i18next"
1818
},
1919
"ssg": {
2020
"question": "Do you want to use SSG (next export)?",
2121
"answer": "Then you may have a look at <1>this blog post</1>.",
22-
"link": "https://locize.com/blog/next-i18n-static/"
22+
"link": "https://locize.com/blog/next-i18n-static"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)