i18nmatic is a CLI tool that automates internationalization for React & Next.js projects.
Detects all text requiring internationalization in JSX and other literals, extracts translation keys based on the selected language, wraps them with `t()`, and injects the necessary imports.
Extracts text needing translation and outputs the keys with source file paths into JSON, facilitating management and traceability.
Supports major languages including Korean, English, Japanese, and Chinese.