Hello, I'm currently refactoring my old multilang app into the Next.js 15 App router configuration.
I've checked the documentation about internationalization: Internationalization with Next.js - Documentation - Prismic
However, I think it's missing an importing part on how we should pass the locales to the Navbar & Footer knowing that they are added at a higher level than the page through the Layout. Seems like the example is passing it to the Footer as if the Footer was a component added directly on the page.tsx of that page type, which is not.
Would you mind telling me which approach would you recommend?
Thanks!