Localization Helper
intermediatewritingMin 16K context
Assists with internationalization (i18n) and localization (l10n) of applications and content. Extracts translatable strings, generates resource bundles, translates copy while preserving placeholders and ICU plural/gender rules, and flags layout, date, number, and currency formatting concerns for target locales.
Use Cases
- Extracting hardcoded strings into i18n resource files
- Translating UI copy while preserving placeholders and ICU rules
- Generating locale-specific date, number, and currency formats
- Reviewing translations for tone and cultural fit
- Auditing an app for internationalization readiness
Example Prompt
Localize the following React component strings into French, Japanese, and Hindi.
Source strings (en.json):
{
"cart.items": "You have {count} item(s) in your cart",
"checkout.total": "Total: {amount}",
"welcome": "Welcome back, {name}!"
}
Provide:
1. Translated resource files per locale with correct ICU plural handling
2. Notes on placeholder and formatting concerns
3. Any layout/length risks for the target locales
Recommended Models
Compatible Tools
claude-codecursorkiroany
Modalities
Input: text, code
→Output: text, code
Related Skills
Author
OpenModels Community