Stop wasting hours on i18n – I built a CLI that does it in seconds



This content originally appeared on DEV Community and was authored by Asad Rafi

🚀 Auto-Translation – i18n in Seconds, Not Hours

I’m Asad Rafi, an 18-year-old MERN stack & creative frontend developer.
I’m passionate about building tools that make developers’ lives easier.

One thing that always frustrated me was i18n setup:

Hours wasted creating folder structures

Manually wrapping every single string

Copy-pasting translations and still missing keys

It was boring, repetitive, and error-prone.

So I built Auto-Translation 💡 — a CLI that makes i18n setup effortless.

⚡ What used to take 3–5 hours, now takes 30 seconds.
🎯 It auto-detects strings, wraps them, and generates a full i18n structure.
📂 Clean, organized, and complete — with zero missed strings.

This is just the beginning. I want to make this the go-to i18n automation tool for developers.

✨ I’d love to connect with other passionate devs who want to contribute, improve, and push this project further.

👉 Check it out:

1.- https://github.com/asadrafi1221/auto_translate_npm_package | https://www.npmjs.com/package/auto-translation#-stats–usage
Let’s build something big together 🚀


This content originally appeared on DEV Community and was authored by Asad Rafi