소개
This skill streamlines the process of adding multi-language support to Next.js projects by providing a standardized architecture for organizing translations. It implements a module-based translation pattern that ensures full type safety using TypeScript's 'as const' feature. Whether working with Server Components or 'use client' components, this skill provides the necessary patterns to manage localized content, page titles, and UI elements efficiently while maintaining a clean and scalable codebase.