Next Intl Add Language
Dynamically adds new languages to the internationalization settings based on GitHub repository data.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add next-intl-add-language npx -- -y @trustedskills/next-intl-add-language
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"next-intl-add-language": {
"command": "npx",
"args": [
"-y",
"@trustedskills/next-intl-add-language"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The next-intl-add-language skill enables developers to add support for new languages in a Next.js application using the next-intl library. It streamlines the process of internationalization by allowing users to define and integrate language-specific content, such as translations and locale settings.
When to use it
- You are building a multilingual website or app with Next.js.
- You need to support additional languages beyond what is already configured in your project.
- You want to dynamically add new locales without manually editing configuration files.
Key capabilities
- Adds support for new languages via locale configuration.
- Integrates seamlessly with the
next-intllibrary. - Simplifies internationalization by managing translation files and routing.
Example prompts
- "Add French language support using next-intl."
- "Configure next-intl to include Spanish as a supported language."
- "Set up locale detection for new languages in my Next.js app."
Tips & gotchas
- Ensure that
next-intlis already installed and configured before using this skill. - Language-specific translation files must be created manually for each added locale.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🏢 Official
Published by the company or team that built the technology.