Solutionunvalidated
Avoid prop-drilling by deriving the locale from request data (e.g., reading the `NEXT_LOCALE` value from request headers/cookies via `next/headers`) and then initializing translations in the server component with that locale.
7812a230-acb9-47f6-b91c-1cceecd8a29d
Avoid prop-drilling by deriving the locale from request data (e.g., reading the NEXT_LOCALE value from request headers/cookies via next/headers) and then initializing translations in the server component with that locale.