zoonk-translations
Installation
SKILL.md
Internationalization (i18n) Workflow
Overview
This project uses next-intl for internationalization. Translations are stored in JSON message files.
Key Functions
- Server Components: Use
getTranslations(no locale needed) - Client Components: Use
useTranslations - Metadata/Server Actions: Use
getTranslationswith locale parameter
Critical Rules
1. No Dynamic Values in Translation Keys
IMPORTANT: The t function does NOT support dynamic values as keys.