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