<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Asad Rafi</title>
    <description>The latest articles on DEV Community by Asad Rafi (@asad_rafi1221).</description>
    <link>https://dev.to/asad_rafi1221</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3446118%2Fa5a4a5ed-bdf9-4935-8bf0-7bd350397a17.png</url>
      <title>DEV Community: Asad Rafi</title>
      <link>https://dev.to/asad_rafi1221</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/asad_rafi1221"/>
    <language>en</language>
    <item>
      <title>🔥Major Update !</title>
      <dc:creator>Asad Rafi</dc:creator>
      <pubDate>Sat, 30 Aug 2025 20:43:39 +0000</pubDate>
      <link>https://dev.to/asad_rafi1221/major-update--25dc</link>
      <guid>https://dev.to/asad_rafi1221/major-update--25dc</guid>
      <description>&lt;h1&gt;
  
  
  🌐 Auto Translation CLI — Build Once, Translate Everywhere! 🚀
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;“Good code makes products work. Great code makes them speak every language.” 🌍✨&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Hey Devs 👋,&lt;br&gt;
I built something to make your life easier — and your apps more global!&lt;/p&gt;

&lt;p&gt;Introducing &lt;strong&gt;Auto Translation CLI v2.0&lt;/strong&gt; 💫&lt;br&gt;
Now with &lt;strong&gt;📱 React Native support&lt;/strong&gt;, so whether you’re building for &lt;strong&gt;web or mobile&lt;/strong&gt;, your i18n workflow is just one command away.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚡ Why?
&lt;/h3&gt;

&lt;p&gt;Because time spent on &lt;strong&gt;manual translation setup&lt;/strong&gt; = time not spent &lt;strong&gt;building what matters&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This CLI automates it all:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🚀 One-command setup&lt;/li&gt;
&lt;li&gt;📂 Smart file organization&lt;/li&gt;
&lt;li&gt;🔄 Auto-wrap text into &lt;code&gt;t()&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;📱 Works for React &amp;amp; React Native (Node.js coming soon!)&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🛠️ Core Commands
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Command&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;auto-translation scan&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Scans your project and detects plain text for translation&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;auto-translation wrap&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Automatically wraps detected text with &lt;code&gt;t()&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;auto-translation extract&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Extracts translation keys into locale JSON files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;auto-translation organize&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Organizes translations into namespaces and files&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;code&gt;auto-translation strict&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Enforces consistency across teams with strict mode&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h3&gt;
  
  
  🚀 Quick Start
&lt;/h3&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Step&lt;/th&gt;
&lt;th&gt;Command&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;1️⃣&lt;/td&gt;
&lt;td&gt;&lt;code&gt;npm install -g auto-translation&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Install the CLI globally&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;2️⃣&lt;/td&gt;
&lt;td&gt;&lt;code&gt;npx auto-translation&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Launch interactive setup&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3️⃣&lt;/td&gt;
&lt;td&gt;&lt;em&gt;(Choose mode)&lt;/em&gt;&lt;/td&gt;
&lt;td&gt;🔵 React (Web) / 📱 React Native / 🟢 Node.js (Coming soon)&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;p&gt;💡 Remember:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Every app has the potential to go global.&lt;br&gt;
Don’t let language barriers hold your code back.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;👉 Try it now: &lt;a href="https://github.com/asadrafi1221/auto_translate_npm_package" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt; | &lt;a href="https://www.npmjs.com/package/auto-translation" rel="noopener noreferrer"&gt;NPM&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⭐ If this inspires you, star the repo &amp;amp; let’s make internationalization effortless together!&lt;/p&gt;




&lt;p&gt;🔥 &lt;strong&gt;Build boldly. Ship globally.&lt;/strong&gt; 🌍&lt;/p&gt;




</description>
      <category>webdev</category>
      <category>reactnative</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
    <item>
      <title>The Cli automates your i18n localization (REACT)!</title>
      <dc:creator>Asad Rafi</dc:creator>
      <pubDate>Wed, 27 Aug 2025 09:21:52 +0000</pubDate>
      <link>https://dev.to/asad_rafi1221/auto-translation-the-cli-that-makes-i18n-as-easy-as-npm-start-reactnextjs-5gde</link>
      <guid>https://dev.to/asad_rafi1221/auto-translation-the-cli-that-makes-i18n-as-easy-as-npm-start-reactnextjs-5gde</guid>
      <description>&lt;p&gt;🚀 I Built an NPM Tool That Automates React i18n in Seconds (No More Manual Translation Hell!)&lt;br&gt;
Stop spending hours manually setting up internationalization. This tool does it automatically.&lt;/p&gt;

&lt;p&gt;The Problem That Drove Me Crazy 😤&lt;br&gt;
Picture this: You're working on a React project, and suddenly the client says "We need this in 5 languages by next week."&lt;br&gt;
Your heart sinks because you know what's coming:&lt;/p&gt;

&lt;p&gt;🔥 Hours of manually wrapping text in t() functions&lt;br&gt;
🔥 Creating translation files from scratch&lt;br&gt;
🔥 Managing unused keys that break everything&lt;br&gt;
🔥 Team members accidentally mixing up i18n commands&lt;br&gt;
🔥 Forgetting which files need translation updates&lt;/p&gt;

&lt;p&gt;I've been there. We've all been there. It's 2025, why are we still doing this manually?&lt;br&gt;
The Solution: Auto-Translation v2.0 ⚡&lt;br&gt;
I built an NPM package that completely automates React i18n setup. Here's what it does:&lt;br&gt;
bashnpx auto-translation init&lt;/p&gt;

&lt;h1&gt;
  
  
  Sets up your entire i18n structure in seconds
&lt;/h1&gt;

&lt;p&gt;npx auto-translation scan  &lt;/p&gt;

&lt;h1&gt;
  
  
  Finds all translation keys in your project
&lt;/h1&gt;

&lt;p&gt;npx auto-translation wrap&lt;/p&gt;

&lt;h1&gt;
  
  
  Automatically converts plain text to t() calls
&lt;/h1&gt;

&lt;p&gt;npx auto-translation ignore-init&lt;/p&gt;

&lt;h1&gt;
  
  
  Smart ignore system for brand names &amp;amp; technical terms
&lt;/h1&gt;

&lt;p&gt;🎯 Key Features That Make It Special&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Intelligent Mode Detection
The tool automatically detects your project type and adjusts commands accordingly. No more confusion about which command to run!&lt;/li&gt;
&lt;li&gt;Automatic Text Wrapping
jsx// Before ❌

&lt;h1&gt;Welcome to Dashboard&lt;/h1&gt;
&lt;p&gt;Manage your account settings&lt;/p&gt;
Save Changes
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;// After ✅ (Automatically generated)&lt;/p&gt;


&lt;h1&gt;{t('welcome_to_dashboard')}&lt;/h1&gt;
&lt;br&gt;
  &lt;p&gt;{t('manage_your_account_settings')}&lt;/p&gt;
&lt;br&gt;
  {t('save_changes')}

&lt;ol&gt;
&lt;li&gt;Smart Ignore System
It knows that brand names, technical terms, and code shouldn't be translated:
json{
"ignoredKeys": [
"GitHub", 
"API", 
"JavaScript",
"companyName"
]
}&lt;/li&gt;
&lt;li&gt;Interactive File Selection
Choose exactly which files to process - no more accidentally translating config files!&lt;/li&gt;
&lt;li&gt;Unused Key Cleanup
Automatically removes dead translation keys that bloat your files.
🔥 Real Developer Testimonials&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;"This tool is incredible! Saved me 6 hours on our React dashboard. The mode system automatically knew what commands to run."&lt;/p&gt;

&lt;p&gt;"The strict mode feature is genius! No more team members mixing up commands."&lt;/p&gt;

&lt;p&gt;"Auto-wrap feature saved my project! Converted 200+ components automatically. What used to take days now takes minutes."&lt;/p&gt;

&lt;p&gt;📊 Before vs After&lt;br&gt;
TaskManual WayAuto-TranslationSetup i18n structure2-3 hours30 secondsWrap 100 components4-6 hours2 minutesFind unused keys1-2 hoursAutomaticUpdate translation files30 minutes10 seconds&lt;br&gt;
🛠️ Quick Start Guide&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Initialize Your Project
bashnpx auto-translation init
This creates your entire i18n folder structure with proper configuration.&lt;/li&gt;
&lt;li&gt;Scan for Translation Keys
bashnpx auto-translation scan
Automatically finds all text that needs translation in your React components.&lt;/li&gt;
&lt;li&gt;Wrap Plain Text (Magic!)
bashnpx auto-translation wrap
Converts all plain text to proper t() translation calls.&lt;/li&gt;
&lt;li&gt;Set Up Smart Ignoring
bashnpx auto-translation ignore-init
Creates an ignore system for technical terms and brand names.
🎨 What Makes This Different?
Other Solutions:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;❌ Manual setup required&lt;br&gt;
❌ No automatic text wrapping&lt;br&gt;
❌ Complex configuration&lt;br&gt;
❌ No team collaboration features&lt;br&gt;
❌ Basic key management&lt;/p&gt;

&lt;p&gt;Auto-Translation:&lt;br&gt;
npm : &lt;a href="https://www.npmjs.com/package/auto-translation" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/auto-translation&lt;/a&gt;&lt;br&gt;
✅ Zero configuration needed&lt;br&gt;
✅ Automatic text detection &amp;amp; wrapping&lt;br&gt;
✅ Intelligent project detection&lt;br&gt;
✅ Team-friendly with strict modes&lt;br&gt;
✅ Smart key management &amp;amp; cleanup&lt;/p&gt;

&lt;p&gt;🔮 What's Coming Next?&lt;/p&gt;

&lt;p&gt;📱 React Native Mode - Mobile app i18n automation&lt;br&gt;
🖥️ Node.js Backend Mode - Server-side translation management&lt;br&gt;
🌐 Multi-framework Support - Vue, Angular, and more&lt;br&gt;
🤖 AI-Powered Translation - Automatic language generation stay tuned &lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feuiw9fw5g033ltep2lun.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Feuiw9fw5g033ltep2lun.png" alt=" " width="800" height="420"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
    <item>
      <title>React Native devs Storm is coming</title>
      <dc:creator>Asad Rafi</dc:creator>
      <pubDate>Tue, 26 Aug 2025 18:28:03 +0000</pubDate>
      <link>https://dev.to/asad_rafi1221/react-native-devs-storm-is-coming-2g34</link>
      <guid>https://dev.to/asad_rafi1221/react-native-devs-storm-is-coming-2g34</guid>
      <description>&lt;p&gt;🚀 Hey React Native devs!&lt;/p&gt;

&lt;p&gt;I’m an 18 y/o passionate developer and recently launched my first npm package:&lt;br&gt;
👉 auto-translation&lt;/p&gt;

&lt;p&gt;It’s a library that automates your localization (i18n) process.&lt;br&gt;
Right now it works with React, but in just 2–3 days (v2.1) it’ll also support React Native 🎉&lt;/p&gt;

&lt;p&gt;💡 This week we already crossed 500+ downloads — which feels huge!&lt;/p&gt;

&lt;p&gt;🔑 What it does:&lt;/p&gt;

&lt;p&gt;Automatically extracts translation keys from React components&lt;/p&gt;

&lt;p&gt;Wraps them with a translation function&lt;/p&gt;

&lt;p&gt;Generates i18n configs + JSON language files&lt;/p&gt;

&lt;p&gt;Creates a ready-to-use folder structure&lt;/p&gt;

&lt;p&gt;📦 Links&lt;/p&gt;

&lt;p&gt;NPM: &lt;a href="https://www.npmjs.com/package/auto-translation" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/auto-translation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub (open source): &lt;a href="https://github.com/asadrafi1221/auto_translate_npm_package" rel="noopener noreferrer"&gt;https://github.com/asadrafi1221/auto_translate_npm_package&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🙌 How you can help:&lt;/p&gt;

&lt;p&gt;Try it out &amp;amp; share feedback&lt;/p&gt;

&lt;p&gt;Suggest improvements&lt;/p&gt;

&lt;p&gt;Contribute code (PRs welcome!)&lt;/p&gt;

&lt;p&gt;Let’s make localization effortless together 💙&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Auto-Translation: The fastest way to translate your React app !</title>
      <dc:creator>Asad Rafi</dc:creator>
      <pubDate>Sat, 23 Aug 2025 11:55:48 +0000</pubDate>
      <link>https://dev.to/asad_rafi1221/auto-translation-the-fastest-way-to-translate-your-react-app--21bd</link>
      <guid>https://dev.to/asad_rafi1221/auto-translation-the-fastest-way-to-translate-your-react-app--21bd</guid>
      <description>&lt;p&gt;🔥&lt;/p&gt;

&lt;h2&gt;
  
  
  New tool drop!
&lt;/h2&gt;

&lt;p&gt;Just published Auto-Translation — make your React app multilingual in seconds, not days.&lt;/p&gt;

&lt;p&gt;✨ Features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1. Auto-wraps strings → t()&lt;/li&gt;
&lt;li&gt;2. Generates &amp;amp; syncs locale files&lt;/li&gt;
&lt;li&gt;3. Zero setup, one command
🚀&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 Try it now: &lt;a href="https://v0-landing-page-for-auto-translatio.vercel.app" rel="noopener noreferrer"&gt;https://v0-landing-page-for-auto-translatio.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📦 npm: &lt;a href="https://www.npmjs.com/package/auto-translation" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/auto-translation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback, stars ⭐, and shares mean the world 🙌&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>react</category>
    </item>
    <item>
      <title>auto-translation V2 is here 🔥</title>
      <dc:creator>Asad Rafi</dc:creator>
      <pubDate>Fri, 22 Aug 2025 16:31:49 +0000</pubDate>
      <link>https://dev.to/asad_rafi1221/auto-translation-v2-is-here-3fa3</link>
      <guid>https://dev.to/asad_rafi1221/auto-translation-v2-is-here-3fa3</guid>
      <description>&lt;h2&gt;
  
  
  🚀 auto-translation v2 – The CLI that makes i18n effortless!
&lt;/h2&gt;

&lt;p&gt;Tired of manually setting up translations? This CLI tool automates everything for React:&lt;/p&gt;

&lt;p&gt;🔥 What it does:&lt;/p&gt;

&lt;p&gt;Extracts all text from components&lt;/p&gt;

&lt;p&gt;Wraps with t() functions&lt;/p&gt;

&lt;p&gt;Generates organized i18n files with a single init file&lt;/p&gt;

&lt;p&gt;Supports multiple modes: React.js (v2), Node.js &amp;amp; React Native coming soon)&lt;/p&gt;

&lt;p&gt;Each mode controls which commands you can run&lt;/p&gt;

&lt;p&gt;React mode: init, wrap, scan, file-update&lt;/p&gt;

&lt;p&gt;⏱️ Quick workflow:&lt;br&gt;
1️⃣ npx auto-translation init → File-based setup &amp;amp; single file based &amp;amp; install dependencies setup etc .&lt;br&gt;
2️⃣ import './i18n' → Root component&lt;br&gt;
3️⃣ npx auto-translation wrap → Auto-wrap text&lt;br&gt;
4️⃣ npx auto-translation scan → Detect new strings&lt;br&gt;
5️⃣ npx auto-translation file-update → Clean &amp;amp; sync translations&lt;/p&gt;

&lt;p&gt;💡 Result: Full i18n setup in 30–40 seconds instead of hours!&lt;/p&gt;

&lt;p&gt;CLI-based, fast, and mode-aware. Perfect for React projects. ⭐&lt;br&gt;
&lt;a href="https://www.npmjs.com/package/auto-translation" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/auto-translation&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/asadrafi1221/auto_translate_npm_package" rel="noopener noreferrer"&gt;https://github.com/asadrafi1221/auto_translate_npm_package&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>advanced</category>
      <category>react</category>
    </item>
    <item>
      <title>🚀 My npm package just hit 400 downloads in 3 days!</title>
      <dc:creator>Asad Rafi</dc:creator>
      <pubDate>Thu, 21 Aug 2025 07:38:23 +0000</pubDate>
      <link>https://dev.to/asad_rafi1221/my-npm-package-just-hit-400-downloads-in-3-days-47pj</link>
      <guid>https://dev.to/asad_rafi1221/my-npm-package-just-hit-400-downloads-in-3-days-47pj</guid>
      <description>&lt;p&gt;Big milestone! 🚀&lt;/p&gt;

&lt;p&gt;Just 3 days ago, I published my first npm package:&lt;br&gt;
👉 auto-translation&lt;/p&gt;

&lt;p&gt;It’s a tool that helps developers automatically extract, manage, and organize i18n translation keys in React projects (and more support coming soon 🚀).&lt;/p&gt;

&lt;p&gt;And today…&lt;br&gt;
📈 It has already crossed 400 downloads in less than a week! 🤯&lt;/p&gt;

&lt;p&gt;I built this package to solve my own pain with managing translations, and seeing the community embrace it so quickly is just amazing.&lt;/p&gt;

&lt;p&gt;A huge thank you 🙏 to everyone who tried it, gave feedback, and supported me.&lt;/p&gt;

&lt;p&gt;This is just the beginning — I have lots of improvements and new features planned, including React Native &amp;amp; Node support coming soon!&lt;/p&gt;

&lt;p&gt;If you’re working with i18n in your projects, try it out and see how it can simplify your workflow:&lt;br&gt;
👉 &lt;a href="https://www.npmjs.com/package/auto-translation" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/auto-translation&lt;/a&gt;&lt;br&gt;
👉 Explore the package &amp;amp; docs&lt;/p&gt;

&lt;p&gt;you can also visit this website : &lt;a href="https://v0-landing-page-for-auto-translatio.vercel.app/" rel="noopener noreferrer"&gt;https://v0-landing-page-for-auto-translatio.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let’s make internationalization easier for everyone! &lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>programming</category>
      <category>node</category>
    </item>
    <item>
      <title>Stop wasting hours on i18n – I built a CLI that does it in seconds</title>
      <dc:creator>Asad Rafi</dc:creator>
      <pubDate>Tue, 19 Aug 2025 20:59:27 +0000</pubDate>
      <link>https://dev.to/asad_rafi1221/stop-wasting-hours-on-i18n-i-built-a-cli-that-does-it-in-seconds-1ffk</link>
      <guid>https://dev.to/asad_rafi1221/stop-wasting-hours-on-i18n-i-built-a-cli-that-does-it-in-seconds-1ffk</guid>
      <description>&lt;h2&gt;
  
  
  🚀 Auto-Translation – i18n in Seconds, Not Hours
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;I’m Asad Rafi, an 18-year-old MERN stack &amp;amp; creative frontend developer.&lt;br&gt;
I’m passionate about building tools that make developers’ lives easier.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;One thing that always frustrated me was i18n setup:&lt;/p&gt;

&lt;p&gt;Hours wasted creating folder structures&lt;/p&gt;

&lt;p&gt;Manually wrapping every single string&lt;/p&gt;

&lt;p&gt;Copy-pasting translations and still missing keys&lt;/p&gt;

&lt;p&gt;It was boring, repetitive, and error-prone.&lt;/p&gt;

&lt;p&gt;So I built Auto-Translation 💡 — a CLI that makes i18n setup effortless.&lt;/p&gt;

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

&lt;p&gt;This is just the beginning. I want to make this the go-to i18n automation tool for developers.&lt;/p&gt;

&lt;p&gt;✨ I’d love to connect with other passionate devs who want to contribute, improve, and push this project further.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Check it out&lt;/strong&gt;: &lt;/p&gt;

&lt;p&gt;1.- &lt;a href="https://github.com/asadrafi1221/auto_translate_npm_package" rel="noopener noreferrer"&gt;https://github.com/asadrafi1221/auto_translate_npm_package&lt;/a&gt; | &lt;a href="https://www.npmjs.com/package/auto-translation#-stats--usage" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/auto-translation#-stats--usage&lt;/a&gt;&lt;br&gt;
Let’s build something big together 🚀&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>javascript</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
