Localization Helper
IntermediawritingContexto mínimo: 16K
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.
Casos de uso
- 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
Prompt de ejemplo
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
Modelos recomendados
Herramientas compatibles
claude-codecursorkiroany
Modalidades
Entrada: text, code
→Salida: text, code
Skills relacionadas
Autor
OpenModels Community