Frontend

next-intl-add-language

github/awesome-copilot · updated Apr 8, 2026

$npx skills add https://github.com/github/awesome-copilot --skill next-intl-add-language
summary

Add a new language to a Next.js application using next-intl internationalization.

  • Requires translating all entries from en.json in the ./messages directory to the new language
  • Update routing configuration in src/i18n/routing.ts and middleware in src/middleware.ts to recognize the new language
  • Register the language in the language toggle component at src/components/language-toggle.tsx
skill.md

next-intl-add-language

No content available.