Skip to content

A Python-powered tool that automatically internationalizes your React project. Simple CLI usage: specify input and output paths to generate an i18n-ready app.

Notifications You must be signed in to change notification settings

nirnaim/ai-agent-react-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 i18n Agent CLI

This tool runs a Python-based agent that automatically internationalizes a React project.

📦 Usage

python main.py --input path/to/original --output path/to/output

🛠 Options

  • --input — Path to the original React app
  • --output — Path to save the refactored (i18n-ready) app
  • -h, --help — Show help message and exit

🧪 Example

python main.py --input ./my-app --output ./my-app-i18n

About

A Python-powered tool that automatically internationalizes your React project. Simple CLI usage: specify input and output paths to generate an i18n-ready app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages