Web (i18next / react-intl)
Supported formats: .json (flat/nested), i18next, react-intl (FormatJS)
Quick Start
bash
cd my-web-app
localekit scan # Detects JSON-based i18n
localekit status --detailed
localekit translate --engine openai --languages de-DE,fr-FR,ja-JPFor web projects using i18next, react-intl, or plain JSON translation files, LocaleKit detects the format from your package.json dependencies and directory structure.
Supported Libraries
| Library | Format | Detection |
|---|---|---|
| i18next | Nested JSON | i18next in package.json |
| react-intl (FormatJS) | Flat JSON with metadata | react-intl in package.json |
| Plain JSON | Flat or nested key-value | Any .json translation files |
