This tool runs a Python-based agent that automatically internationalizes a React project.
python main.py --input path/to/original --output path/to/output
--input
— Path to the original React app--output
— Path to save the refactored (i18n-ready) app-h, --help
— Show help message and exit
python main.py --input ./my-app --output ./my-app-i18n