Skip to content

Commit

Permalink
docs: Remove community links (#1398)
Browse files Browse the repository at this point in the history
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`! ❤️
  • Loading branch information
amannn authored Oct 3, 2024
1 parent 958c3d8 commit 04d7263
Showing 1 changed file with 0 additions and 63 deletions.
63 changes: 0 additions & 63 deletions docs/pages/blog/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,66 +22,3 @@ import CommunityLink from 'components/CommunityLink';
author="By Jan Amann"
/>
</div>

## Community links

Resources on `next-intl` created by and for the community.

<div className="flex flex-col gap-4 py-8">
<CommunityLink
href="https://crowdin.com/blog/2024/02/19/next-js-internationalization"
title="Next.js i18n: Going international with next-intl"
date="Feb 19, 2024"
author="By Jan Amann for Crowdin"
target="_blank"
type="article"
/>
<CommunityLink
href="https://www.youtube.com/watch?v=pKolfZFW3gs"
title="Next.js 13 App Directory & i18n - Full Tutorial"
date="May 22, 2023"
author="By Tuomo Kankaanpää"
target="_blank"
type="video"
/>
<CommunityLink
href="https://www.smashingmagazine.com/2023/03/internationalization-nextjs-13-react-server-components/"
title="Internationalization in Next.js 13 with React Server Components"
date="Mar 16, 2023"
author="By Jan Amann for Smashing Magazine"
target="_blank"
type="article"
/>
<CommunityLink
href="https://noahflk.com/blog/multilang-next-app"
title="Adding internationalization to a Next.js app"
date="Nov 22, 2022"
author="By @noahflk"
target="_blank"
type="article"
/>
<CommunityLink
href="https://buttercms.com/blog/nextjs-localization/"
title="Next.js Localization: How to Build a Multilingual Website with next-intl"
date="Nov 4, 2021"
author="By Nirmalya Ghosh for ButterCMS"
target="_blank"
type="article"
/>
<CommunityLink
href="https://www.thisdot.co/blog/next-js-adding-localization-with-next-intl"
title="Next.js: Adding Localization with next-intl"
date="Jul 28, 2021"
author="By Morgan Worrell for This Dot Labs"
target="_blank"
type="article"
/>
<CommunityLink
href="https://www.youtube.com/watch?v=uDXyk1ZgLK0"
title="Internationalization (i18n) in NextJS apps using next-intl"
date="Jun 28, 2021"
author="By Dillion Megida"
target="_blank"
type="video"
/>
</div>

0 comments on commit 04d7263

Please sign in to comment.