Loading...
Loading...
Audit internationalization coverage and find hardcoded strings. Use when user asks to "check i18n", "/i18n", "find hardcoded strings", "check translations", or wants to verify translation coverage. Don't use for backend string extraction, non-frontend code, or projects without an i18n library.
npx skill4agent add helderberto/skills i18npackage.jsonreact-i18nexti18nextnext-intlvue-i18nreact-intlsrc/locales/en.json<p>Hello world</p>placeholder="Search..."label="Submit"aria-label="Close menu"# keys in en.json but missing in pt.jsonfile:linesrc/components/Header.tsx:12 "Welcome back" → suggest key: header.welcomeBack
src/components/Form.tsx:34 placeholder="Search..." → suggest key: form.searchPlaceholderKey: dashboard.emptyState missing in: pt-BR, es
Key: errors.networkTimeout missing in: pt-BR.po.yaml