Welcome to the Next.js Starter
This template ships with full i18n via next-intl — YAML source, JSON at runtime, type-safe keys across every locale.
You are viewing: en-US
i18n configuration
- Edit translations under locales/[locale]/*.yaml
- Routing + default locale — src/i18n/routing.ts
- Base/overlay map — src/i18n/bases.ts
- Locale switcher — src/components/organisms/layout/header/locale-switcher.tsx
Don't need i18n?
- With Claude — say "remove i18n" to invoke the remove-i18n skill.
- Without Claude — follow the checklist in .claude/skills/remove-i18n/SKILL.md.
Read more
- README — project overview
- STANDARDS — full i18n pattern and locale-addition recipe