nextjs - ✅(Solved) Fix Docs: A new package to the list of i18n resources [1 pull requests, 1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
vercel/next.js#88575Fetched 2026-04-08 02:04:26
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Participants
Assignees
Timeline (top)
assigned ×1commented ×1cross-referenced ×1issue_type_added ×1

Fix Action

Fixed

PR fix notes

PR #88595: docs: add NextGlobeGen to i18n resources list

Description (problem / solution / changelog)

Add NextGlobeGen to the list of i18n resources in the internationalization documentation.

NextGlobeGen is a TypeScript-first internationalization library with:

  • Automatic key extraction from source code
  • ICU Message Format support
  • Localized pathnames for better SEO (e.g., /en/about → /fi/tietoja)
  • Type-safe APIs and parameters
  • Monorepo compatibility

Fixes #88575

Changed files

  • docs/01-app/02-guides/internationalization.mdx (modified, +1/-0)
RAW_BUFFERClick to expand / collapse

What is the documentation issue?

NextGlobeGen is a powerful TypeScript-first internationalization (i18n) library for Next.js App Router applications. NextGlobeGen uses generative programming to automatically create localized routes and type-safe APIs, giving you a seamless development experience with full TypeScript support.

Powerful features such as:

  • Automatic Key Extraction - Automatically discover translation keys from your source code
  • ICU Message Format - Rich text formatting with plurals, dates, numbers, and embedded React components
  • Localized Pathnames - Translate URL segments for better SEO (e.g., /en/about → /fi/tietoja)
  • Type-Safe Everything - Message keys, message interpolation params, route names and route params are all typed
  • Monorepo support - Can be integrated to monorepo with shared messages or configuration

It would be a nice addition to the list of i18n resources at the end of https://nextjs.org/docs/app/guides/internationalization#resources page

Does the docs page already exist? Please link to it.

https://nextjs.org/docs/app/guides/internationalization

extent analysis

TL;DR

Add NextGlobeGen to the list of i18n resources on the Next.js internationalization guide page.

Guidance

  • Review the existing resources listed on the Next.js internationalization guide page to ensure NextGlobeGen is not already included.
  • Verify that NextGlobeGen meets the criteria for inclusion in the resources list, such as being a relevant and useful tool for internationalization in Next.js App Router applications.
  • Submit a pull request or open an issue on the Next.js documentation repository to request the addition of NextGlobeGen to the resources list.
  • Include a brief description of NextGlobeGen and its features, such as automatic key extraction and type-safe APIs, to help justify its inclusion.

Example

No code snippet is necessary for this documentation issue.

Notes

The addition of NextGlobeGen to the resources list is subject to review and approval by the Next.js documentation maintainers.

Recommendation

Apply workaround: Add NextGlobeGen to the list of i18n resources on the Next.js internationalization guide page, as it appears to be a relevant and useful tool for internationalization in Next.js App Router applications.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

nextjs - ✅(Solved) Fix Docs: A new package to the list of i18n resources [1 pull requests, 1 comments, 2 participants]