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-JPLocaleKit detects your i18n library from package.json and reads the appropriate JSON format. Supported libraries: i18next, react-intl (FormatJS), and plain flat/nested JSON.
