Skip to content

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-JP

For 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

LibraryFormatDetection
i18nextNested JSONi18next in package.json
react-intl (FormatJS)Flat JSON with metadatareact-intl in package.json
Plain JSONFlat or nested key-valueAny .json translation files

LocaleKit CLI 0.7.2 · Built by Hexagone Studio