I18N Patterns
Generates localized text patterns (e.g., dates, numbers, currency) based on specified locales and formats.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add i18n-patterns npx -- -y @trustedskills/i18n-patterns
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"i18n-patterns": {
"command": "npx",
"args": [
"-y",
"@trustedskills/i18n-patterns"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, i18n-patterns, provides access to pre-defined internationalization (i18n) patterns. It helps generate code snippets and configurations for handling translations in various programming languages and frameworks. The skill aims to streamline the process of adding multilingual support by offering reusable solutions for common i18n challenges.
When to use it
- When you need to quickly implement translation support in a new Rails application.
- To generate configuration files (e.g., YAML, JSON) for managing translations.
- For creating code snippets that handle pluralization or gender-specific translations.
- When needing examples of how to integrate i18n with specific UI libraries or frameworks.
Key capabilities
- Provides pre-defined i18n patterns.
- Generates configuration files for translation management.
- Offers code snippets for handling pluralization and gendered language.
- Supports various programming languages and frameworks (implied).
Example prompts
- "Generate a YAML file for translating 'Hello, world!' into French."
- "Show me an example of how to handle pluralization in Rails i18n."
- "Give me a code snippet for gender-specific translations in [language/framework]."
Tips & gotchas
The skill's effectiveness depends on the specific programming language and framework you are using. Be sure to specify these details in your prompts for more accurate results.
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 |
🌐 Community
Passed automated security scans.