Localization Helper
СреднийwritingМинимальный контекст: 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.
Варианты использования
- 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
Пример промпта
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
Рекомендуемые модели
Совместимые инструменты
claude-codecursorkiroany
Модальности
Вход: text, code
→Выход: text, code
Похожие Skills
Автор
OpenModels Community