-
Is it possible to configure next-intl in a Next.js project to localize only certain routes, such as app/about/[locale], while keeping other routes like app/profile and app/post unlocalized? Is creating a [locale] folder in the desired directory sufficient for implementing localization?
|
Beta Was this translation helpful? Give feedback.
Answered by
amannn
Apr 2, 2025
Replies: 1 comment 1 reply
-
Yep, the mixed routing example covers precisely this use case. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
b0jun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, the mixed routing example covers precisely this use case.