Skip to content

Commit 04d7263

Browse files
authored
docs: Remove community links (#1398)
It's unfortunately no longer possible to keep up with all the cool content that gets published about `next-intl` and I don't want to prioritize content selectively. Due to this, I'm removing this section from the blog page. A huge thanks to everyone who takes the time to publish content that mentions `next-intl`! ❤️
1 parent 958c3d8 commit 04d7263

File tree

1 file changed

+0
-63
lines changed

1 file changed

+0
-63
lines changed

docs/pages/blog/index.mdx

-63
Original file line numberDiff line numberDiff line change
@@ -22,66 +22,3 @@ import CommunityLink from 'components/CommunityLink';
2222
author="By Jan Amann"
2323
/>
2424
</div>
25-
26-
## Community links
27-
28-
Resources on `next-intl` created by and for the community.
29-
30-
<div className="flex flex-col gap-4 py-8">
31-
<CommunityLink
32-
href="https://crowdin.com/blog/2024/02/19/next-js-internationalization"
33-
title="Next.js i18n: Going international with next-intl"
34-
date="Feb 19, 2024"
35-
author="By Jan Amann for Crowdin"
36-
target="_blank"
37-
type="article"
38-
/>
39-
<CommunityLink
40-
href="https://www.youtube.com/watch?v=pKolfZFW3gs"
41-
title="Next.js 13 App Directory & i18n - Full Tutorial"
42-
date="May 22, 2023"
43-
author="By Tuomo Kankaanpää"
44-
target="_blank"
45-
type="video"
46-
/>
47-
<CommunityLink
48-
href="https://www.smashingmagazine.com/2023/03/internationalization-nextjs-13-react-server-components/"
49-
title="Internationalization in Next.js 13 with React Server Components"
50-
date="Mar 16, 2023"
51-
author="By Jan Amann for Smashing Magazine"
52-
target="_blank"
53-
type="article"
54-
/>
55-
<CommunityLink
56-
href="https://noahflk.com/blog/multilang-next-app"
57-
title="Adding internationalization to a Next.js app"
58-
date="Nov 22, 2022"
59-
author="By @noahflk"
60-
target="_blank"
61-
type="article"
62-
/>
63-
<CommunityLink
64-
href="https://buttercms.com/blog/nextjs-localization/"
65-
title="Next.js Localization: How to Build a Multilingual Website with next-intl"
66-
date="Nov 4, 2021"
67-
author="By Nirmalya Ghosh for ButterCMS"
68-
target="_blank"
69-
type="article"
70-
/>
71-
<CommunityLink
72-
href="https://www.thisdot.co/blog/next-js-adding-localization-with-next-intl"
73-
title="Next.js: Adding Localization with next-intl"
74-
date="Jul 28, 2021"
75-
author="By Morgan Worrell for This Dot Labs"
76-
target="_blank"
77-
type="article"
78-
/>
79-
<CommunityLink
80-
href="https://www.youtube.com/watch?v=uDXyk1ZgLK0"
81-
title="Internationalization (i18n) in NextJS apps using next-intl"
82-
date="Jun 28, 2021"
83-
author="By Dillion Megida"
84-
target="_blank"
85-
type="video"
86-
/>
87-
</div>

0 commit comments

Comments
 (0)