next-intl-add-language
Add a new language to a Next.js application using next-intl internationalization.
What it does
- For i18n, the application uses next-intl.
- All translations are in the directory ./messages.
- The UI component is src/components/language-toggle.tsx.
- Routing and middleware configuration are handled in:
- src/i18n/routing.ts
- src/middleware.ts
- Translate all the content of en.json to the new language. The goal is to have all the JSON entries in the new language for a complete translation.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Add a new language to a Next.js application using next-intl internationalization.
Source
Repository: https://github.com/github/awesome-copilot
next-intl-add-language FAQ
What does the next-intl-add-language skill do?
Add new language to a Next.js + next-intl application For i18n, the application uses next-intl. All translations are in the directory ./messages.
How do I install next-intl-add-language?
Run: npx -y skills add https://github.com/github/awesome-copilot --skill next-intl-add-language --agent claude-code — the source lives at github.com/github/awesome-copilot.
Maintain next-intl-add-language?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/github-awesome-copilot-next-intl-add-language?ref=badge) npx agentictools info skills/github-awesome-copilot-next-intl-add-language The second line is the CLI lookup for this page — handy in READMEs and docs.