Skip to content

React Native

Supported formats: .json (flat/nested), i18next, react-intl (FormatJS)

Quick Start

bash
cd MyReactNativeApp
localekit scan              # Detects React Native project
localekit status --detailed
localekit translate --engine openai --languages de-DE,fr-FR,ja-JP

LocaleKit detects your i18n library from package.json and reads the appropriate JSON format. Supported libraries: i18next, react-intl (FormatJS), and plain flat/nested JSON.

LocaleKit CLI 0.7.2 · Built by Hexagone Studio