Waku-native Vite composition
Add the Palamedes transform through Waku's vite.plugins configuration beside the React plugin already used by the application.
Server-first activation
Resolve the request locale and activate a fresh i18n instance before the Server Component page calls t or Trans.
Small client boundaries
Only interactive islands load the React client helpers. Server-rendered translated content does not require turning the whole page into a Client Component.