Skip to content

Commit

Permalink
chore(docs): add Lingui to the Internationalization Page (#66953)
Browse files Browse the repository at this point in the history
### What?

This PR adds [Lingui](https://lingui.dev) to the list of i18n resources
on the
[Internationalization](https://nextjs.org/docs/app/building-your-application/routing/internationalization#resources)
page for the App Router.

### Why?

Recently, Lingui got some great improvements regarding RSC support. We
also have a new separate article [Lingui with React Server
Components](https://lingui.dev/tutorials/react-rsc) and sample projects
that show how to use Lingui for i18n in Next.js project with App Router
(by @vonovak).

So I think it would be great to add Lingui to this list.

### How?

Add a new list item.

Co-authored-by: Sam Ko <[email protected]>
  • Loading branch information
andrii-bodnar and samcx authored Jun 17, 2024
1 parent 50c7e93 commit aa54867
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,4 @@ export default function Root({ children, params }) {
- [`next-international`](https://github.com/QuiiBz/next-international)
- [`next-i18n-router`](https://github.com/i18nexus/next-i18n-router)
- [`paraglide-next`](https://inlang.com/m/osslbuzt/paraglide-next-i18n)
- [`lingui`](https://lingui.dev)

0 comments on commit aa54867

Please sign in to comment.