i18next-turbo
Per the upstream README, i18next-turbo is a Rust + SWC extractor aligned with i18next-style projects: optimised for fast CI and low-latency watch. Published builds resolve a platform binary via optionalDependencies (see their installation docs).
Motivation matches the implementation: move parse-heavy work off a slow pure-JS path while keeping i18next conventions.
CLI (as documented upstream)
init— scaffold configextract— keys → locale fileswatch— continuous sync in developmentsync— sync from cache / resultscheck— dead-key detection / removallint— hardcoded user-facing stringsstatus— translation progresstypegen— TypeScript resource typesrename-key— safe key renamesmigrate-config— from i18next-parser–style configs
Links
Tech Stack
RustSWCTypeScripti18nextCLI