DEV Community

Cover image for ๐Ÿ”ฅMajor Update !
Asad Rafi
Asad Rafi

Posted on

๐Ÿ”ฅMajor Update !

๐ŸŒ 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. ๐ŸŒ


Top comments (0)