You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have NextJS v14 and i18n to languages. I want to wrap page content in menu component.
https://codesandbox.io/p/sandbox/nextjs-i18n-menu-syz54t
In
components/menu.js
I have main menu links andchildren
handler.In
pages/_app.js
wrapComponent
inMenu
component:The problem is that the main menu on the subpage is not translated
Any sugestions, where I make mistake? To be clear, I want to use NextJS in
page
mode notapp
modeBeta Was this translation helpful? Give feedback.
All reactions