·i18n-localization
</>

i18n-localization

hainamchung/agent-assistant

Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.

2Installs·1Trend·@hainamchung

Installation

$npx skills add https://github.com/hainamchung/agent-assistant --skill i18n-localization

SKILL.md

| i18n | Internationalization - making app translatable | | L10n | Localization - actual translations | | Locale | Language + Region (en-US, tr-TR) | | RTL | Right-to-left languages (Arabic, Hebrew) |

| Public web app | ✅ Yes | | SaaS product | ✅ Yes | | Internal tool | ⚠️ Maybe | | Single-region app | ⚠️ Consider future | | Personal project | ❌ Optional |

| Missing translation | Fallback to default language | | Hardcoded strings | Use linter/checker script | | Date format | Use Intl.DateTimeFormat | | Number format | Use Intl.NumberFormat | | Pluralization | Use ICU message format |

Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support. Source: hainamchung/agent-assistant.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/hainamchung/agent-assistant --skill i18n-localization
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is i18n-localization?

Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support. Source: hainamchung/agent-assistant.

How do I install i18n-localization?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/hainamchung/agent-assistant --skill i18n-localization Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/hainamchung/agent-assistant