79178593

Date: 2024-11-11 17:32:09
Score: 1
Natty:
Report link

If you will use same way to implement i18n to next.js app with App Router (on next.js v13+), good to know:

The locale, locales, defaultLocales, domainLocales values have been removed because built-in i18n Next.js features are no longer necessary in the app directory.

Taken from Migrating Routing Hooks documentation.

Usefull links for implement i18n with App Router:

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: DarkDomian