Localize With AI

Fully localize a codebase's UI strings into multiple languages using next-intl (or an equivalent i18n library) plus an LLM translation pipeline — locale-prefixed routing, per-namespace message catalogs, a two-pass machine-translation script (cheap draft model, then a stronger model that flags issues instead of silently rewriting), a real ICU MessageFormat parser for structural validation, and staged RTL/CJK/text-expansion layout work. Use when the user asks to 'localize the app', 'add i18n', 'translate the UI', 'support multiple languages', or wants a CI gate that catches missing/mismatched translation keys.

pooriaarab ca38baa 14.9 KB Updated

File contents

pooriaarab/skills/tree/main/localize-with-ai commit ca38baaf47

Frequently asked questions

npx skillmds@latest add pooriaarab/localize-with-ai