πŸ”₯Major Update !



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

🌐 Auto Translation CLI β€” Build Once, Translate Everywhere! πŸš€

β€œGood code makes products work. Great code makes them speak every language.” 🌍✨

Hey Devs πŸ‘‹,
I built something to make your life easier β€” and your apps more global!

Introducing Auto Translation CLI v2.0 πŸ’«
Now with πŸ“± React Native support, so whether you’re building for web or mobile, your i18n workflow is just one command away.

⚑ Why?

Because time spent on manual translation setup = time not spent building what matters.

This CLI automates it all:

  • πŸš€ One-command setup
  • πŸ“‚ Smart file organization
  • πŸ”„ Auto-wrap text into t()
  • πŸ“± Works for React & React Native (Node.js coming soon!)

πŸ›  Core Commands

Command Description
auto-translation scan Scans your project and detects plain text for translation
auto-translation wrap Automatically wraps detected text with t()
auto-translation extract Extracts translation keys into locale JSON files
auto-translation organize Organizes translations into namespaces and files
auto-translation strict Enforces consistency across teams with strict mode

πŸš€ Quick Start

Step Command Description
1⃣ npm install -g auto-translation Install the CLI globally
2⃣ npx auto-translation Launch interactive setup
3⃣ (Choose mode) πŸ”΅ React (Web) / πŸ“± React Native / 🟒 Node.js (Coming soon)

πŸ’‘ Remember:

Every app has the potential to go global.
Don’t let language barriers hold your code back.

πŸ‘‰ Try it now: GitHub Repo | NPM

⭐ If this inspires you, star the repo & let’s make internationalization effortless together!

πŸ”₯ Build boldly. Ship globally. 🌍


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