Concept Flow - Server component translations
Start Server Component
Load translation files
Select locale based on request
Fetch translations for locale
Render component with translations
Send rendered HTML to client
Client receives translated content
This flow shows how a Next.js server component loads translations based on the user's locale, renders the content with those translations, and sends the HTML to the client.